-
Notifications
You must be signed in to change notification settings - Fork 1
Setting up the Traffic Requester Module
betaBison edited this page Dec 17, 2020
·
2 revisions
- Install dependencies:
pip3 install pandas PyGithub
- Go through the steps on Github's official documentation to create a personal access token. The token only needs the "repo" scope (top of the list).
- Paste your personal access token into the config/settings.ini. Example:
[authorization] # authorization code from github oauth oauth = 834hal32jd8293f92838hfejk2389fhvb2389dsh
It's possible to run the traffic requester module by itself with:
python3 lib/traffic_requester.py