Publish to Mastodon's server the rss feed of your choice.
Anar al arxiu
2020-10-20 12:54:34 +02:00
db-setup.py Fixed indents 2020-10-20 12:54:34 +02:00
LICENSE Add LICENSE 2020-03-21 20:15:34 +00:00
mastofeeds.py Fixed indents 2020-10-20 12:54:34 +02:00
README.md Updated README.md 2020-08-13 14:06:49 +02:00
requirements.txt Added requirements.txt 2020-03-21 21:12:25 +01:00
setup.py Added setup.py 2020-03-21 20:57:04 +01:00

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 db-setup.py to create needed database and table. It's needed to control what feeds are already published. db-setup.py will also ask you the feed's url.

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

  4. Run python mastofeeds.py to start publishing feeds.

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