https://github.com/bravo68web/auto-dev-toot
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.
https://github.com/bravo68web/auto-dev-toot
automation bun mastodon status toot
Last synced: 5 months ago
JSON representation
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.
- Host: GitHub
- URL: https://github.com/bravo68web/auto-dev-toot
- Owner: BRAVO68WEB
- Created: 2024-08-12T09:13:25.000Z (almost 2 years ago)
- Default Branch: main
- Last Pushed: 2024-08-24T05:42:29.000Z (almost 2 years ago)
- Last Synced: 2025-04-05T11:14:14.705Z (about 1 year ago)
- Topics: automation, bun, mastodon, status, toot
- Language: TypeScript
- Homepage:
- Size: 19.5 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
## Auto Dev Toot
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.
### Setup
1. Clone repository
```bash
git clone https://github.com/BRAVO68WEB/auto-dev-toot
```
2. Set environment variables
```bash
MASTODON_INSTANCE=
MASTODON_ACCESS_TOKEN=
GEMINI_API_KEY=
GH_USERNAME=
NOTIFY_URL=
GH_TOKEN=
```
3. Run the following command
```bash
bun run index.ts
```
### Techstack
