This code publish top ten most used versions of Mastodon servers via Mastodon's bot account.
https://mastodont.cat/@versions
app/libraries | ||
LICENSE | ||
README.md | ||
requirements.txt | ||
versions.py |
Mastodon versions
This code publish top ten most used versions of Mastodon servers via Mastodon's bot account.
Dependencies
- Python 3
- Running stats code in the same host
- Mastodon's bot account.
Usage:
Within Python Virtual Environment:
-
Run
pip install -r requirements.txt
to install needed libraries. -
Run
python versions.py
. First run will setup everything up and after that it will publish top ten most used Mastodon versions via the Mastodon's bot account. -
Use your favourite scheduling method to set
python versions.py
to run once a day.