defaultnamehere / zzzzz

Roleplay as the NSA by making creepy graphs of your friends
MIT License
1.3k stars 130 forks source link

Using the code for beginners #56

Open MarcKete opened 3 years ago

MarcKete commented 3 years ago

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 commented 3 years ago

anyone?

dylancaponi commented 2 years ago

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.