Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/aurelg/feedspora

FeedSpora posts RSS/Atom feeds to your social network accounts.
https://github.com/aurelg/feedspora

atom bot diaspora facebook linkedin mastodon python3 rss shaarli twitter wordpress

Last synced: 3 months ago
JSON representation

FeedSpora posts RSS/Atom feeds to your social network accounts.

Awesome Lists containing this project

README

        

# What is FeedSpora?

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](https://github.com/svbergerem/fefebot).

# Installation

- Install dependencies: `pip install -r requirements.txt`.
- Then install FeedSpora with the usual `python setup.py install`.

# Configuration

- Create a config file out of the provided template `feedspora.yml.template`. The `enabled` directive is optional and allow you to selectively enable/disable accounts by setting it to `True` or `False`.

# Usage

- Publish all RSS/Atom entries to your account with: `python -m feedspora`

# Detailed Information
The [FeedSpora Wiki](https://github.com/aurelg/feedspora/wiki) contains many more details about configuration and other options.