/GitHubisskey

Post the number of daily commits to GitHub to Misskey.

Primary LanguageJavaScriptGNU Affero General Public License v3.0AGPL-3.0

GitHubisskey

Post the number of daily commits to GitHub to Misskey.

ScreenShot

Get started

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