Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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: 7 days 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 (3 months ago)
- Default Branch: main
- Last Pushed: 2024-08-24T05:42:29.000Z (2 months ago)
- Last Synced: 2024-10-16T11:04:30.223Z (21 days 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
![ICONS](https://skillicons.dev/icons?i=bun,ts,mastodon,github,githubactions)