Simple Python script to fetch today's GitHub activity.
Uses GitHub's GraphQL API.
Create a .env file with your username and PAT according to the format in the .env.example file.
Your PAT must have the read:user and repo scopes.
Ensure the dependencies are installed.
pip install -r requirements.txtThen run the script.
python main.py