Metadata-Version: 2.1
Name: mastodonamnesia
Version: 2.2.1
Summary: deletes old Mastodon toots
Home-page: https://codeberg.org/MarvinsMastodonTools/mastodonamnesia
License: AGPL-3.0-or-later
Author: marvin8
Author-email: marvin8@tuta.io
Requires-Python: >=3.9,<4.0
Classifier: License :: OSI Approved :: GNU Affero General Public License v3 or later (AGPLv3+)
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.9
Classifier: Programming Language :: Python :: 3.10
Classifier: Programming Language :: Python :: 3.11
Requires-Dist: aiocsv (>=1.2.3,<2.0.0)
Requires-Dist: aiofiles (>=0.8.0,<0.9.0)
Requires-Dist: arrow (>=1.2.1,<2.0.0)
Requires-Dist: click (>=8.1.3,<9.0.0)
Requires-Dist: minimal-activitypub (>=0.4.0,<0.5.0)
Requires-Dist: outdated (>=0.2.1,<0.3.0)
Requires-Dist: rich (>=13.0.0,<14.0.0)
Requires-Dist: tqdm (>=4.64.0,<5.0.0)
Requires-Dist: typing-extensions (>=4.2.0,<5.0.0)
Project-URL: Changelog, https://codeberg.org/MarvinsMastodonTools/mastodonamnesia/src/branch/main/CHANGELOG.rst
Project-URL: Repository, https://codeberg.org/MarvinsMastodonTools/mastodonamnesia
Description-Content-Type: text/x-rst

""""""""""""""""""""""""""
MastodonAmnesia
""""""""""""""""""""""""""

|Repo| |CI| |Downloads|

|Checked against| |Checked with| |Interrogate|

|Code style| |Version| |Wheel|

|AGPL|


***!!! BEWARE, THIS TOOL WILL DELETE SOME OF YOUR MASTODON TOOTS !!!***

MastodonAmnesia is a command line (CLI) tool to delete old toots from Mastodon or Pleroma instances.
It respects rate limits imposed by servers.

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

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

    pip install mastodon_amnesia

Once installed MastodonManesia can be started by typing ``mastodonamnesia`` into the command line.

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

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

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

MastodonAmnesia uses `Poetry <https://python-poetry.org/>`_ for dependency control, please install Poetry before proceeding further.

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

    poetry install --no-dev

Run MastodonAmnesia with the command `poetry run mastodonamnesia`

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

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

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

Supporting MastodonAmnesia
==========================

There are a number of ways you can support MastodonAmnesia:

- Create an issue with problems or ideas you have with/for MastodonAmnesia
- 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
-----------------------
``86ZnRsiFqiDaP2aE3MPHCEhFGTeipdQGJZ1FNnjCb7s9Gax6ZNgKTyUPmb21WmT1tk8FgM7cQSD5K7kRtSAt1y7G3Vp98nT``


.. |AGPL| image:: https://www.gnu.org/graphics/agplv3-with-text-162x68.png
    :alt: AGLP 3 or later
    :target:  https://codeberg.org/MarvinsMastodonTools/mastodonamnesia/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/mastodonamnesia

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

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

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

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

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

.. |Interrogate| image:: https://codeberg.org/MarvinsMastodonTools/mastodonamnesia/raw/branch/main/interrogate_badge.svg
    :alt: Doc-string coverage
    :target: https://interrogate.readthedocs.io/en/latest/

