FeedSpora posts RSS/Atom feeds to your social network accounts. It currently supports Facebook, Twitter, LinkedIn, Diaspora, Wordpress, Mastodon and Shaarli. It's a bot written in Python3 inspired from Fefebot.
- Install dependencies:
pip install -r requirements.txt. - Then install FeedSpora with the usual
python setup.py install.
- Create a config file out of the provided template
feedspora.yml.template. Theenableddirective is optional and allow you to selectively enable/disable accounts by setting it toTrueorFalse.
- Publish all RSS/Atom entries to your account with:
python -m feedspora
The FeedSpora Wiki contains many more details about configuration and other options.