1
0
Fork
You've already forked mastofeeds
0
Publish to Mastodon's server the rss feed of your choice.
  • Python 100%
2025年11月16日 15:21:41 +01:00
app/libraries Updated to match class init vars. 2025年11月16日 15:21:41 +01:00
LICENSE Add LICENSE 2020年03月21日 20:15:34 +00:00
mastofeeds.py Removed # 2025年11月16日 15:19:15 +01:00
README.md Removed database management. Save environment vars. Use httpx to request feeds 2025年11月16日 15:06:08 +01:00
requirements.txt Removed database management. Save environment vars. Use httpx to request feeds 2025年11月16日 15:03:50 +01:00

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:

  1. Run pip install -r requirements.txt to install all needed libraries.

  2. Run python mastofeeds.py to start publishing feeds. First time run will ask parameters to configure everything.

  3. Use your favourite scheduling method to set python mastofeeds.py to run regularly.

6.5.2023 - Total refactor
16.11.2025 - Removed database management. Save environment vars. Use httpx to request feeds