Skip to content

Latest commit

 

History

History
23 lines (14 loc) · 477 Bytes

File metadata and controls

23 lines (14 loc) · 477 Bytes

github-today 📆

Simple Python script to fetch today's GitHub activity.

Uses GitHub's GraphQL API.

Usage

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.txt

Then run the script.

python main.py