Skip to content

Latest commit

 

History

History
20 lines (11 loc) · 576 Bytes

README.md

File metadata and controls

20 lines (11 loc) · 576 Bytes

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