Open MarcKete opened 3 years ago
anyone?
ModuleNotFoundError: No module named 'requests'
Follow these instructions: ModuleNotFoundError: No module named 'requests'
This will install requests and any other packages you need:
pip install -r requirements.txt
The sample secrets.txt is also there.
I'll be surprised if this project still works since the last commit was 7 yrs ago and FB must have changed quite a bit.
Hi there guys,
I'm trying this out, but don't have any programming experience.. I've installed phyton 3.9, but never used this before. Can someone explain me step-by-step how to get this script working? As for the secrets.txt, how should the cookie information in this txt file like like..maybe an example?
I've ran the fetcher.py script but with next output error: Traceback (most recent call last): File "\fetcher.py", line 6, in
import requests
ModuleNotFoundError: No module named 'requests'
any idea?
thank for your patience ;-)
MK