Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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

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`