Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/mecaneer23/daily-commit-reminder
Automatically send a user an email around 8pm if they haven't commit to GitHub yet today
https://github.com/mecaneer23/daily-commit-reminder
Last synced: about 2 months ago
JSON representation
Automatically send a user an email around 8pm if they haven't commit to GitHub yet today
- Host: GitHub
- URL: https://github.com/mecaneer23/daily-commit-reminder
- Owner: mecaneer23
- License: mit
- Created: 2024-02-08T19:57:45.000Z (11 months ago)
- Default Branch: main
- Last Pushed: 2024-09-06T17:48:33.000Z (4 months ago)
- Last Synced: 2024-09-06T21:04:41.618Z (4 months ago)
- Language: JavaScript
- Homepage:
- Size: 22.5 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Daily Commit Reminder
Automatically send a user an email at 8pm if they haven't commit to GitHub yet today
## How can I set this up for me?
1. Create a Gmail app password using [this link](https://myaccount.google.com/apppasswords)
2. Fork this repository
3. Go into your fork's settings and add the following SECRETS
- MAIL_USER = `[email protected]`
- MAIL_PASSWORD = `paste your password from step 1 here`
- FROM = `Email Reminder Bot `
- TO = `[email protected]`
- USERNAME = `your_github_username`