Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Using the code for beginners #56

Open
MarcKete opened this issue May 17, 2021 · 2 comments
Open

Using the code for beginners #56

MarcKete opened this issue May 17, 2021 · 2 comments

Comments

@MarcKete
Copy link

MarcKete commented May 17, 2021

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

@MarcKete
Copy link
Author

anyone?

@dylancaponi
Copy link

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants