github-user-activity Github project from roadmap.sh: https://roadmap.sh/projects/github-user-activity
This small script fetches github event API and converts them to a sort of a summary on a particular user activity.
Requirement
- Python 3
Setup
- create a file on the utilities folder and name it
config.py. - add the content
password = "your github PAT". - You can either make the main.py executable by running
chmod +x main.pyon it's directory. - When running the code, you just need to call it and add your
Github usernameas an argument.