Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/dafnik/year-progress-bot


https://github.com/dafnik/year-progress-bot

Last synced: 27 days ago
JSON representation

Awesome Lists containing this project

README

        

# year progress bot
[Deployed live version](https://voi.social/@year_progress)

## Setup
Create a `token.secret` file where you save your mastodon api key

## Run
Add a cron job which executes `bot.py`
```bash
@daily cd /path/to/year_progress/ && python3 bot.py
```