Automatically collect last 24 hours commit history of my github account, summarize them with Gemini API and post them to my Mastodon account as toot.
- Clone repository
git clone https://github.com/BRAVO68WEB/auto-dev-toot
- Set environment variables
MASTODON_INSTANCE=
MASTODON_ACCESS_TOKEN=
GEMINI_API_KEY=
GH_USERNAME=
NOTIFY_URL=
GH_TOKEN=
- Run the following command
bun run index.ts