yasserqureshi1 / Sneaker-Monitors

A collection of web monitors that notify of restocks or updates on sneaker related sites through Discord Webhook. This includes Shopify, Nike SNKRS (supports 42 countries), Supreme and now Footsite monitors!
GNU General Public License v3.0
463 stars 125 forks source link

Requests for Soleboxmonitor.py #83

Closed E184728R closed 3 years ago

E184728R commented 3 years ago

Since your recent commit about 10 minutes, i have this error for the Soleboxmonitor.py ; Traceback (most recent call last): File "C:\Users\charly\Desktop\Sneaker-Monitors-master\Demandware\Solebox\SoleboxMonitor.py", line 1, in from random_user_agent.params import SoftwareName, HardwareType ModuleNotFoundError: No module named 'random_user_agent' Is it normal ?

thanks in advance ;)

yasserqureshi1 commented 3 years ago

Hi,

This means that you have not installed the dependencies. To do this use the command:

pip -r install requirements.txt