Skip to content

Setting up the Traffic Requester Module

betaBison edited this page Dec 17, 2020 · 2 revisions

Installation Instructions

  1. Install dependencies: pip3 install pandas PyGithub
  2. 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).
  3. Paste your personal access token into the config/settings.ini. Example:
    [authorization]
    # authorization code from github oauth
    oauth = 834hal32jd8293f92838hfejk2389fhvb2389dsh
    

Stand-Alone Run Instructions

It's possible to run the traffic requester module by itself with:

python3 lib/traffic_requester.py