Metadata-Version: 2.1
Name: feed2fedi
Version: 0.2.0
Summary: Makes posts to Fediverse from one or more feeds
Author-email: marvin8 <marvin8@tuta.io>
Requires-Python: >=3.8
Description-Content-Type: text/x-rst
Classifier: Development Status :: 3 - Alpha
Classifier: Environment :: Console
Classifier: License :: OSI Approved :: GNU Affero General Public License v3 or later (AGPLv3+)
Classifier: Programming Language :: Python
Classifier: Programming Language :: Python :: 3.8
Classifier: Programming Language :: Python :: 3.9
Classifier: Programming Language :: Python :: 3.10
Classifier: Programming Language :: Python :: 3.11
Requires-Dist: feedparser>=6.0.10
Requires-Dist: minimal-activitypub>=0.5.4
Requires-Dist: aiosqlite>=0.18.0
Requires-Dist: click>=8.1.3
Requires-Dist: black>=23.1.0 ; extra == "dev"
Requires-Dist: mypy>=1.0.1 ; extra == "dev"
Requires-Dist: pytest>=7.2.1 ; extra == "dev"
Requires-Dist: safety>=2.3.4 ; extra == "dev"
Requires-Dist: pip-audit>=2.4.14 ; extra == "dev"
Requires-Dist: ruff>=0.0.252 ; extra == "dev"
Requires-Dist: interrogate>=1.5.0 ; extra == "dev"
Requires-Dist: types-aiofiles>=22.1.0.9 ; extra == "dev"
Project-URL: Changelog, https://codeberg.org/MarvinsMastodonTools/feed2fedi/src/branch/main/CHANGELOG.rst
Project-URL: Issues, https://codeberg.org/MarvinsMastodonTools/feed2fedi/issues
Project-URL: Source, https://codeberg.org/MarvinsMastodonTools/feed2fedi
Provides-Extra: dev

Feed2Fedi
=========

|Repo| |CI - Woodpecker| |Downloads|

|Checked against| |Checked with|

|Code style| |PyPI - Python Version| |PyPI - Wheel|

|GPL|


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

Feed2Fedi is in early development. It is not ready for general use
==================================================================

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

.. Todo: Add Optional Healthchecks to Feed2Fedi
.. * Feed2Fedi can ping a `Healthchecks`_ instance for monitoring continuous operation of 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.

Supporting Feed2Fedi
--------------------

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 licences under the `GNU General Public License v3.0`_



.. _feed2toot: https://gitlab.com/chaica/feed2toot
.. _Fediverse: https://fediverse.party/
.. _Fedinesia: https://pypi.org/project/fedinesia/
.. _Healthchecks: https://healthchecks.io/
.. _buy me a coffee: https://www.buymeacoffee.com/marvin8
.. _GNU General Public License v3.0: http://www.gnu.org/licenses/agpl-3.0.html
.. _Changelog: https://codeberg.org/MarvinsMastodonTools/feed2fedi/src/branch/main/CHANGELOG.rst

.. |GPL| image:: https://www.gnu.org/graphics/gplv3-with-text-136x68.png
    :alt: GPL3
    :target: https://codeberg.org/MarvinsMastodonTools/feed2fedi/src/branch/main/license.txt

.. |Repo| image:: https://img.shields.io/badge/repo-Codeberg.org-blue
    :alt: Repo at Codeberg
    :target: https://codeberg.org/MarvinsMastodonTools/feed2fedi

.. |Downloads| image:: https://pepy.tech/badge/feed2fedi
    :target: https://pepy.tech/project/feed2fedi

.. |Code style| image:: https://img.shields.io/badge/code%20style-black-000000.svg
    :alt: Code Style: Black
    :target: https://github.com/psf/black

.. |Checked against| image:: https://img.shields.io/badge/Safety--DB-Checked-green
    :alt: Checked against Safety DB
    :target: https://pyup.io/safety/

.. |Checked with| image:: https://img.shields.io/badge/pip--audit-Checked-green
    :alt: Checked with pip-audit
    :target: https://pypi.org/project/pip-audit/

.. |PyPI - Python Version| image:: https://img.shields.io/pypi/pyversions/feed2fedi

.. |PyPI - Wheel| image:: https://img.shields.io/pypi/wheel/feed2fedi

.. |CI - Woodpecker| image:: https://ci.codeberg.org/api/badges/MarvinsMastodonTools/feed2fedi/status.svg
    :target: https://ci.codeberg.org/MarvinsMastodonTools/feed2fedi

