Skip to content

Latest commit

 

History

History
17 lines (10 loc) · 675 Bytes

README.md

File metadata and controls

17 lines (10 loc) · 675 Bytes

GitHubAPI-Crawler

This is a fork of @user2589/ghd

To execute the script

Create token.txt file, and list your GitHub Token per line

main.py contains a few examples

How to create GitHub Tokens

Once you log into your GitHub account, click on your avatar - Settings - Developer settings - Personal access tokens - Generate new token - Generate token (green button at the bottom of the screen). Important: DO NOT CHECK ANY OF THE BOXES THAT DEFINE SCOPES

You could have multiple email accounts (--> multiple GitHub accounts) --> make a token for each.

How to contribute

Create a fork, make changes in your fork, and once finish the implementation, submit a PR.