Publish to Mastodon's server the rss feed of your choice.
You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
spla 89c5460ed3 Total refactoring 1 month ago
app/libraries Total refactoring 1 month ago
LICENSE Add LICENSE 3 years ago
README.md Total refactoring 1 month ago
mastofeeds.py Total refactoring 1 month ago
requirements.txt Total refactoring 1 month ago

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