Publish to Mastodon's server the rss feed of your choice.
Anar al arxiu
spla 8c5d3cf78d Removed debug lines 2023-07-03 09:38:40 +02:00
app/libraries Total refactoring 2023-05-06 15:05:41 +02:00
LICENSE Add LICENSE 2020-03-21 20:15:34 +00:00
README.md Total refactoring 2023-05-06 15:05:41 +02:00
mastofeeds.py Removed debug lines 2023-07-03 09:38:40 +02:00
requirements.txt Total refactoring 2023-05-06 15:05:41 +02:00

README.md

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:

  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