Intersect github repositories stargazers with your following & followers
Create Personal Access Token and paste it in ./token.txt (might help)
▶ git clone https://github.com/eLoopWoo/github-friend.git
▶ cd github-friend
▶ echo $TOKEN > token.txt # github personal access token
▶ pip install -r requirements.txt
▶ python3 main.py -r Naetw/CTF-pwn-tips
▶ python3 main.py -h
usage: main.py [-h] -r REPO_NAME [-l LOGGING_PATH] [-o OUTPUT_PATH]
Github Friend
optional arguments:
-h, --help show this help message and exit
-r REPO_NAME, --repo-name REPO_NAME
repository name
-l LOGGING_PATH, --log LOGGING_PATH
output path
-o OUTPUT_PATH, --output OUTPUT_PATH
output path
Create issues with the specific problem. Any further questions or requests Tweet me @tomereyz
- Tomer Eyzenberg - Initial work - eLoopWoo