Bot to cross post from lemmy communities to a fediverse account.
This repository has been archived on 2026-08-04. You can view files and clone it, but you cannot make any changes to its state, such as pushing and creating new issues, pull requests or comments.
  • Python 97.6%
  • Dockerfile 1.6%
  • Shell 0.8%
Find a file
Repository files (latest commit first)
Filename Latest commit message Latest commit date
2025-02-08 17:09:18 +10:00
.woodpecker Update dependencies versions and freshen up CI / nox setup. 2024-12-24 11:30:19 +10:00
changelog.d Update CHANGELOG.rst 2024-11-17 18:46:51 +10:00
src/lemmy2fedi Implement bandit in CI 2024-11-17 17:42:35 +10:00
tests Refactor read_community method 2024-11-17 15:42:46 +10:00
.editorconfig Update dependencies and updates for dev workflow changes 2024-08-18 18:59:38 +10:00
.gitignore Update dependencies and updates for dev workflow changes 2024-08-18 18:59:38 +10:00
.pre-commit-config.yaml Updated pre-commit file 2024-12-24 12:29:02 +10:00
.python-version Update dependencies versions and freshen up CI / nox setup. 2024-12-24 11:30:19 +10:00
.secrets.baseline Update dependencies versions and freshen up CI / nox setup. 2024-12-24 11:30:19 +10:00
CHANGELOG.rst Update CHANGELOG.rst 2024-12-24 13:20:03 +10:00
Containerfile Update dependencies versions and freshen up CI / nox setup. 2024-12-24 11:30:19 +10:00
entry-point.sh Fix up entry-point.sh script for Podman/Docker image 2024-09-08 09:11:30 +10:00
LICENSE.md Initial version of README.rst and added LICENSE.md 2024-05-10 09:17:43 +10:00
logging-config.toml Implement loguru and general tidy ups. 2024-02-04 15:38:06 +10:00
noxfile.py Update dependencies versions and freshen up CI / nox setup. 2024-12-24 11:30:19 +10:00
pyproject.toml Update dependencies versions and freshen up CI / nox setup. 2024-12-24 11:30:19 +10:00
README.rst Retirment 2025-02-08 17:09:18 +10:00
ruff.toml Update README.rst and dependencies. 2024-05-10 14:15:59 +10:00
uv.lock Update dependencies versions and freshen up CI / nox setup. 2024-12-24 11:30:19 +10:00

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

**I have decided to retire Lemmy2Fedi. I will no longer maintain it.**

|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 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 `uv`_ 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::

    uv sync

Run Lemmy2Fedi with the command `uv 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``


.. _uv: https://docs.astral.sh/uv/

.. |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