Post the number of daily commits to GitHub to Misskey.
1. Generate a GitHub Personal Access Token with repo
and user:email
scopes
2. Generate a Misskey Access Token with Compose or delete notes (write:notes)
scope
3. Copy .env_example
to .env
4. Set tokens in .env
(and change other settings as needed)
5. Install dependencies with npm install
6. Run it with npm run start