Molunerfinn / github-stars-reminder

Use GitHub Action to Send Email to Me with My GitHub Top 20 Repos' Stars Per Day

Home Page:https://molunerfinn.com/github-stars-reminder/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

github-stars-reminder

Use GitHub actions to email me and tell me the count of stars in my repositories every day.

It will also build a simple page for me to checkout. See: https://molunerfinn.com/github-stars-reminder/

It' a repository for learning GitHub Actions.

Note

Run with GitHub Actions

If you fork the repo, you should add the following env value to GitHub secrets let it go:

GH_TOKEN=
GH_USER=
MAIL_USER=
MAIL_PASS=
MAIL_HOST=
MAIL_PORT=
MAIL_FROM=
MAIL_TO=
# 0 < TOP_NUMBER < 100
TOP_NUMBER

Run in locally

When you run this repo locally, you should create a .env file with all the environment variables above like the .env.example.

License

MIT

Copyright (c) 2020 Molunerfinn

About

Use GitHub Action to Send Email to Me with My GitHub Top 20 Repos' Stars Per Day

https://molunerfinn.com/github-stars-reminder/

License:MIT License


Languages

Language:JavaScript 100.0%