Publish to Mastodon's server the rss feed of your choice.
app/libraries | ||
LICENSE | ||
mastofeeds.py | ||
README.md | ||
requirements.txt |
mastofeeds
Newsfeed Bot for Mastodon
Publish to Mastodon's server the rss feed of your choice.
Dependencies
- Python 3
- Postgresql server
- Mastodon's bot account
Usage:
Within Python Virtual Environment:
-
Run
pip install -r requirements.txt
to install all needed libraries. -
Run
python mastofeeds.py
to start publishing feeds. First time run will ask parameters to configure everything. -
Use your favourite scheduling method to set
python mastofeeds.py
to run regularly.
6.5.2023 - Total refactor