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

NOT ABLE TO INSTALL SNKRS MONITOR #112

Closed Dhruv3000 closed 2 years ago

Dhruv3000 commented 2 years ago

from random_user_agent.params import SoftwareName, HardwareType ModuleNotFoundError: No module named 'random_user_agent SHOWS THIS ERROR

cens6r commented 2 years ago

Install the random_user_agent module: pip install random-user-agent

kacperkwapisz commented 2 years ago

This issue seems to be resolved.

Solution: pip install random-user-agent or pip3 install random-user-agent

Closing this issue for now!