Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/dafnik/year-progress-bot
https://github.com/dafnik/year-progress-bot
Last synced: 27 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/dafnik/year-progress-bot
- Owner: Dafnik
- License: agpl-3.0
- Created: 2022-11-15T10:53:36.000Z (about 2 years ago)
- Default Branch: main
- Last Pushed: 2023-04-02T15:29:01.000Z (over 1 year ago)
- Last Synced: 2024-11-24T19:49:34.126Z (30 days ago)
- Language: Python
- Homepage: https://voi.social/@year_progress
- Size: 70.3 KB
- Stars: 2
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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
```