1
0
Fork
You've already forked feed2fedi
0
Tool to make Fediverse posts from RSS feeds
  • Python 100%
2024年12月24日 10:28:58 +10:00
.woodpecker Bringing up to date 2024年12月24日 09:01:39 +10:00
changelog.d Update CHANGELOG.rst 2024年12月24日 09:27:58 +10:00
docs Changes for release 3.1.0: 2024年05月04日 14:41:35 +10:00
src/feed2fedi Address changes from update to current version of minimal_activitypub 2024年12月24日 10:17:39 +10:00
tests/unit Actually add tests 2024年12月24日 09:07:32 +10:00
.gitignore Update .gitignore 2024年12月24日 09:03:14 +10:00
.pre-commit-config.yaml Bringing up to date 2024年12月24日 09:01:39 +10:00
.python-version Bringing up to date 2024年12月24日 09:01:39 +10:00
.safety-policy.yml Reading feeds and reading/establishing configuration. 2023年02月25日 08:05:49 +10:00
.secrets.baseline Add detect secrets baseline file. 2024年12月24日 09:20:23 +10:00
CHANGELOG.rst Update CHANGELOG.rst 2024年12月24日 09:27:58 +10:00
LICENSE.md Release 0.2.1 2023年02月27日 10:36:27 +10:00
noxfile.py Bringing up to date 2024年12月24日 09:01:39 +10:00
pdm.lock Changes for release 3.1.0: 2024年05月03日 12:25:53 +10:00
pyproject.toml Apply latest updated from yt-dlp 2024年12月24日 10:04:26 +10:00
README.rst Release 0.4.0 2023年08月24日 11:22:13 +10:00
ruff.toml Using rye 2024年04月03日 06:34:46 +10:00

Feed2Fedi

Repo at Codeberg CI - Woodpecker Downloads

Checked against Safety DB Checked with pip-audit CodeLimit

Code Style: Black PyPI - Python Version PyPI - Wheel

AGLP 3 or later

Feed2Fedi is a Python bot that reads RSS feeds and automatically posts them to a Fediverse instance. It supports instances running Mastodon, Takahe, and Pleroma. Feed2Fedi has been inspired by feed2toot.

Features

  • Feed2Fedi posts to Fediverse instances.
  • Feed2Fedi attaches a picture to the post if the feed item contains a "media_thumbnail".
  • Feed2Fedi can monitor multiple RSS/ATOM feeds at once
  • Feed2Fedi is fully open-source, so you don't have to give an external service full access to your social media accounts

There is also some Documentation for Feed2Fedi.

If you'd like to delete older posts from your Fediverse account look into Fedinesia as a tool that might work for you.

Disclaimer

The developers of Feed2Fedi hold no liability for what you do with this script or what happens to you by using this script. Abusing this script can get you banned from Fediverse instances, so make sure to read up on proper usage for each site.

Setup and usage

Feed2Fedi is available on PyPi.org and I recommend installing it with pipx using the command below:

pipx install feed2fedi

Once installed you can start it by issuing the feed2fedi command.

During the first run it will prompt for some values and create a config.ini file with sensible starting settings.

Then edit the config.ini file and add the RSS/ATOM feed in the feeds section and remove the sample feed. Detailed information about config options is available in the documentation.

Support Feed2Fedi

A big thank you to the good folk over at CharCha who have allowed me to test Feed2Fedi against their instance that is based on Rebased and Soapbox.

There are a number of ways you can support Feed2Fedi:

  • Create an issue with problems or ideas you have with/for Feed2Fedi
  • You can buy me a coffee.
  • You can send me small change in Monero to the address below:

Monero donation address: 84oC6aUX4yyRoEk6pMVVdZYZP4JGJZk4KKJq1p7n9ZqLPK8zH3W1vpFAnSxDQGbwmZAeXrE4w4ct6HqAXdM1K9LfCAxZx4u

Changelog

See the Changelog for any changes introduced with each version.

License

Feed2Fedi is licensed under the GNU Affero General Public License v3.0