https://github.com/azeemba/today-in-git
Highlight git contributions you made on this date in previous years!
https://github.com/azeemba/today-in-git
flashback memories on-this-day onthisday timehop today-in-history
Last synced: 11 days ago
JSON representation
Highlight git contributions you made on this date in previous years!
- Host: GitHub
- URL: https://github.com/azeemba/today-in-git
- Owner: azeemba
- License: mit
- Created: 2024-06-19T18:13:43.000Z (almost 2 years ago)
- Default Branch: main
- Last Pushed: 2024-06-19T18:15:00.000Z (almost 2 years ago)
- Last Synced: 2025-03-03T06:27:57.668Z (over 1 year ago)
- Topics: flashback, memories, on-this-day, onthisday, timehop, today-in-history
- Language: Python
- Homepage:
- Size: 4.88 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Today In Git
Highlight git contributions you made on this date in previous years!
## How it works
- Uses GitHub API to enumerate your repos
- For forks, it finds the parent repo
- For each repo, it finds commits you made in previous years around this date
## Requirements
- [`gh` cli](https://cli.github.com/)
- Python (no other libraries are needed)
## How to run?
```sh
python main.py
```
Expected result (after a few minutes!):
```log
Will act as azeemba
Checking azeemba/test1, going back to 2013.
Checking git/git, going back to 2010.
Checking azeemba/example going back to 2018.
------------------
Repo: azeemba/test1
2020-06-19: Great commit! Really shook things up
URL: ...
2020-06-19: Another commit. Not as exciting
URL: ...
-------------------
```