Publish to Mastodon's server the rss feed of your choice.
Anar al arxiu
2020-03-21 20:11:45 +01:00
db-setup.py Updated db-setup.py 2020-03-21 20:11:45 +01:00
README.md Updated README.md 2020-03-21 19:21:59 +01:00

mastofeeds

Newsfeed Bot for Mastodon

Publish to Mastodon's server the rss feed of your choice.

Dependencies

  • Python 3
  • Postgresql server
  • Everything else at the top of mastofeeds.py!

Usage:

Within Python Virtual Environment:

  1. Run 'db-setup.py' to create needed database and table. It's needed to control what feeds are already published.

  2. Run 'setup.py' to get your bot's access token of an existing user. It will be saved to 'secrets/secrets.txt' for further use.

  3. Run 'mastofeeds.py' to start publishing feeds.

Note: install all needed packages with 'pip install package' or use 'pip install -r requirements.txt' to install them.