UltimaHoarder / UltimaScraper

Scrape all the media from an OnlyFans account - Updated regularly
GNU General Public License v3.0
3.88k stars 611 forks source link

No module named 'requests' #2088

Open Connimii opened 3 months ago

Connimii commented 3 months ago

I have followed the first steps but as soon as I run "python updater.py" powershell says the following: Traceback (most recent call last): File "E:\UltimaScraper-main\updater.py", line 8, in import requests ModuleNotFoundError: No module named 'requests'

Does anybody know what the problem could be or how to solve it?

quintinmintiens commented 3 months ago

Just do

Pip install requests in your terminal

Do you have any python knowledge whatsoever?