Metadata-Version: 2.1
Name: lemmy2fedi
Version: 1.2.0
Summary: Bot to copy posts (including attachments) from lemmy communities to a fediverse account and boost/reblog posts on the home timeline.
Author-email: marvin8 <marvin8@tuta.io>
Requires-Python: >=3.11,<3.13
Description-Content-Type: text/x-rst
Classifier: Development Status :: 5 - Production/Stable
Classifier: Programming Language :: Python
Classifier: Programming Language :: Python :: 3.11
Classifier: Programming Language :: Python :: 3.12
Requires-Dist: httpx~=0.27.2
Requires-Dist: loguru~=0.7.2
Requires-Dist: minimal-activitypub~=1.2.2
Requires-Dist: msgspec~=0.18.6
Requires-Dist: stamina~=24.2.0
Requires-Dist: tomli-w~=1.0.0
Requires-Dist: typer~=0.12.5

""""""""""""""""""""""""""
Lemmy2Fedi
""""""""""""""""""""""""""

|Repo| |CI| |AGPL|

|Checked with| |Downloads|

|Code style| |Version| |Wheel|



Lemmy2Fedi is a command line (CLI) tool / bot / robot to cross post statuses from Lemmy communities to a
Fediverse / Mastodon account. It can also re-blog / boost status on the home timeline.
It respects rate limits imposed by servers.

Install and run from `PyPi <https://pypi.org>`_
=================================================

It's ease to install Lemmy2Fedi from Pypi using the following command::

    pip install lemmy2fedi

Once installed Lemmy2Fedi can be started by typing ``lemmy2fedi`` into the command line.

Install and run from `Source <https://codeberg.org/MarvinsMastodonTools/lemmy2fedi>`_
==============================================================================================

Alternatively you can run Lemmy2Fedi from source by cloning the repository using the following command line::

    git clone https://codeberg.org/MarvinsMastodonTools/lemmy2fedi.git

Lemmy2Fedi uses `Rye`_ for dependency control, please install Rye before proceeding further.

Before running, make sure you have all required python modules installed. With Rye this is as easy as::

    rye sync

Run Lemmy2Fedi with the command `rye run lemmy2fedi`

Configuration / First Run
=========================

Lemmy2Fedi will ask for all necessary parameters when run for the first time and store them in ```config.toml``
file in the current directory.

Licensing
=========
Lemmy2Fedi is licensed under the `GNU Affero General Public License v3.0 <http://www.gnu.org/licenses/agpl-3.0.html>`_

Supporting Lemmy2Fedi
==========================

There are a number of ways you can support Lemmy2Fedi:

- Create an issue with problems or ideas you have with/for Lemmy2Fedi
- Create a pull request if you are more of a hands on person.
- You can `buy me a coffee <https://www.buymeacoffee.com/marvin8>`_.
- You can send me small change in Monero to the address below:

Monero donation address
-----------------------
``867kZN5dq8bX63sZAF562PjRNrnccWVreEhyHzovqCSHBXTYbMNFU8uJ4dv7TqhnmuV3vf39bst1DYhgPyHJxjFtKauk3MC``


.. _Rye: https://rye-up.com/

.. |AGPL| image:: https://www.gnu.org/graphics/agplv3-with-text-162x68.png
    :alt: AGLP 3 or later
    :target:  https://codeberg.org/MarvinsMastodonTools/lemmy2fedi/src/branch/main/LICENSE.md

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

.. |Downloads| image:: https://pepy.tech/badge/lemmy2fedi
    :alt: Download count
    :target: https://pepy.tech/project/lemmy2fedi

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

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

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

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

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

