Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/juanjosalvador/mastodon-crier-bot
Mastodon bot that posts your instance's public stadistics (number of published posts, users and connections with other instances)
https://github.com/juanjosalvador/mastodon-crier-bot
Last synced: 26 days ago
JSON representation
Mastodon bot that posts your instance's public stadistics (number of published posts, users and connections with other instances)
- Host: GitHub
- URL: https://github.com/juanjosalvador/mastodon-crier-bot
- Owner: JuanjoSalvador
- License: mit
- Created: 2020-01-05T19:24:34.000Z (almost 5 years ago)
- Default Branch: master
- Last Pushed: 2022-12-08T03:23:35.000Z (almost 2 years ago)
- Last Synced: 2023-02-26T17:56:49.940Z (over 1 year ago)
- Language: Python
- Size: 7.81 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# mastodon-crier-bot
Mastodon bot that posts your instance's public stadistics (number of published posts, users and connections with other instances)## Usage
1. Change the access token and API base URL to your API key and instance's URL.
2. Install dependencies running
```
pip3 install -r requirements.txt
```
3. Set a cronjob to execute the `main.py` script everytime you want (I'm running it every 2h)## Hacking the bot
You can write your own post template and change whatever you need about the stadistics. See `Mastodon.py` docs to see what more can your bot do.
## Production example
I'm running this bot on [hispatodon.club](https://hispatodon.club/@pregonero) in order to show how the network is growing up.
## License
MIT license, do whatever you want.