Publish to Mastodon's server the rss feed of your choice.
- Python 100%
| app/libraries | Updated to match class init vars. | |
| LICENSE | Add LICENSE | |
| mastofeeds.py | Removed # | |
| README.md | Removed database management. Save environment vars. Use httpx to request feeds | |
| requirements.txt | Removed database management. Save environment vars. Use httpx to request feeds | |
mastofeeds
Newsfeed Bot for Mastodon
Publish to Mastodon's server the rss feed of your choice.
Dependencies
- Python 3
- Mastodon's bot account
Usage:
Within Python Virtual Environment:
-
Run
pip install -r requirements.txtto install all needed libraries. -
Run
python mastofeeds.pyto start publishing feeds. First time run will ask parameters to configure everything. -
Use your favourite scheduling method to set
python mastofeeds.pyto run regularly.
6.5.2023 - Total refactor
16.11.2025 - Removed database management. Save environment vars. Use httpx to request feeds