https://github.com/codingcodax/keep-the-streak
https://github.com/codingcodax/keep-the-streak
Last synced: 7 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/codingcodax/keep-the-streak
- Owner: codingcodax
- License: mit
- Created: 2023-08-07T18:48:34.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2023-08-07T18:53:34.000Z (over 2 years ago)
- Last Synced: 2025-09-06T02:51:33.436Z (8 months ago)
- Language: Python
- Size: 1.95 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README

# Keep the Streak
Small GitHub Action that notifies the user when he hasn't committed on a particular day, to keep the streak. (Who wants to lose a commit streak?)
# How to use
Fork this repository, or hit `Use this template`.
Paste your GitHub Profile URL, like [https://github.com/cristicretu](https://github.com/cristicretu). This is used to crawl the page and get the number of commits for today.
> /main.py
The GitHub Action runs every day at 13:30 UTC, change it to whatever time you want
> /.github/workflows/main.yaml
Make an account at [Push](https://push.techulus.com) and get the `API_KEY`. You'll get up to 30 notifications/month with 4 devices connected.
Log into your account on the Push mobile app.
In the repository page, go under `Settings` -> `Secrets` -> `Actions` -> `New Repository Secret` -> Name: `PUSH_API_KEY` and value the once that you previously copied.