Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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.
- Host: GitHub
- URL: https://github.com/aurelg/feedspora
- Owner: aurelg
- Created: 2015-11-02T10:31:53.000Z (about 9 years ago)
- Default Branch: master
- Last Pushed: 2023-05-23T00:51:49.000Z (over 1 year ago)
- Last Synced: 2024-03-22T08:01:48.904Z (10 months ago)
- Topics: atom, bot, diaspora, facebook, linkedin, mastodon, python3, rss, shaarli, twitter, wordpress
- Language: Python
- Homepage:
- Size: 3.68 MB
- Stars: 35
- Watchers: 5
- Forks: 5
- Open Issues: 14
-
Metadata Files:
- Readme: README.md
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.