fedinesia


Namefedinesia JSON
Version 2.5.0 PyPI version JSON
download
home_page
SummaryDeletes old posts from fediverse accounts. Confirmed working with Mastodon and Pleroma (and Forks)
upload_time2023-03-12 01:57:56
maintainer
docs_urlNone
author
requires_python>=3.8
license
keywords
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI No Travis.
coveralls test coverage No coveralls.
            """"""""""""""""""""""""""
Fedinesia
""""""""""""""""""""""""""

|Repo| |CI| |Downloads|

|Checked against| |Checked with|

|Code style| |Version| |Wheel|

|AGPL|


***!!! BEWARE, THIS TOOL WILL DELETE SOME OF YOUR POSTS ON THE FEDIVERSE !!!***

Fedinesia is a command line (CLI) tool to delete old statuses 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 Fedinesia from Pypi using the following command::

    pip install fednesia

Once installed Fedinesia can be started by typing ``fedinesia`` into the command line.

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

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

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

Fedinesia 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 --only main

Run Fedinesia with the command `poetry run fedinesia`

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

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

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

Supporting Fedinesia
==========================

There are a number of ways you can support Fedinesia:

- Create an issue with problems or ideas you have with/for Fedinesia
- 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/fedinesia/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/fedinesia

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

.. |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/fedinesia
    :alt: PyPI - Python Version

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

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


            

Raw data

            {
    "_id": null,
    "home_page": "",
    "name": "fedinesia",
    "maintainer": "",
    "docs_url": null,
    "requires_python": ">=3.8",
    "maintainer_email": "",
    "keywords": "",
    "author": "",
    "author_email": "marvin8 <marvin8@tuta.io>",
    "download_url": "https://files.pythonhosted.org/packages/23/fc/5368749fa4330282a1152f56e3fb6eba1789c1bc2870eada0f1ac853297e/fedinesia-2.5.0.tar.gz",
    "platform": null,
    "description": "\"\"\"\"\"\"\"\"\"\"\"\"\"\"\"\"\"\"\"\"\"\"\"\"\"\"\nFedinesia\n\"\"\"\"\"\"\"\"\"\"\"\"\"\"\"\"\"\"\"\"\"\"\"\"\"\"\n\n|Repo| |CI| |Downloads|\n\n|Checked against| |Checked with|\n\n|Code style| |Version| |Wheel|\n\n|AGPL|\n\n\n***!!! BEWARE, THIS TOOL WILL DELETE SOME OF YOUR POSTS ON THE FEDIVERSE !!!***\n\nFedinesia is a command line (CLI) tool to delete old statuses from Mastodon or Pleroma instances.\nIt respects rate limits imposed by servers.\n\nInstall and run from `PyPi <https://pypi.org>`_\n=================================================\n\nIt's ease to install Fedinesia from Pypi using the following command::\n\n    pip install fednesia\n\nOnce installed Fedinesia can be started by typing ``fedinesia`` into the command line.\n\nInstall and run from `Source <https://codeberg.org/MarvinsMastodonTools/fedinesia>`_\n==============================================================================================\n\nAlternatively you can run Fedinesia from source by cloning the repository using the following command line::\n\n    git clone https://codeberg.org/MarvinsMastodonTools/fedinesia.git\n\nFedinesia uses `Poetry <https://python-poetry.org/>`_ for dependency control, please install Poetry before proceeding further.\n\nBefore running, make sure you have all required python modules installed. With Poetry this is as easy as::\n\n    poetry install --only main\n\nRun Fedinesia with the command `poetry run fedinesia`\n\nConfiguration / First Run\n=========================\n\nFedinesia will ask for all necessary parameters when run for the first time and store them in ```config.json``\nfile in the current directory.\n\nLicensing\n=========\nFedinesia is licensed under the `GNU Affero General Public License v3.0 <http://www.gnu.org/licenses/agpl-3.0.html>`_\n\nSupporting Fedinesia\n==========================\n\nThere are a number of ways you can support Fedinesia:\n\n- Create an issue with problems or ideas you have with/for Fedinesia\n- You can `buy me a coffee <https://www.buymeacoffee.com/marvin8>`_.\n- You can send me small change in Monero to the address below:\n\nMonero donation address\n-----------------------\n``86ZnRsiFqiDaP2aE3MPHCEhFGTeipdQGJZ1FNnjCb7s9Gax6ZNgKTyUPmb21WmT1tk8FgM7cQSD5K7kRtSAt1y7G3Vp98nT``\n\n\n.. |AGPL| image:: https://www.gnu.org/graphics/agplv3-with-text-162x68.png\n    :alt: AGLP 3 or later\n    :target:  https://codeberg.org/MarvinsMastodonTools/fedinesia/src/branch/main/LICENSE.md\n\n.. |Repo| image:: https://img.shields.io/badge/repo-Codeberg.org-blue\n    :alt: Repo at Codeberg.org\n    :target: https://codeberg.org/MarvinsMastodonTools/fedinesia\n\n.. |Downloads| image:: https://pepy.tech/badge/fedinesia\n    :alt: Download count\n    :target: https://pepy.tech/project/fedinesia\n\n.. |Code style| image:: https://img.shields.io/badge/code%20style-black-000000.svg\n    :alt: Code Style: Black\n    :target: https://github.com/psf/black\n\n.. |Checked against| image:: https://img.shields.io/badge/Safety--DB-Checked-green\n    :alt: Checked against Safety DB\n    :target: https://pyup.io/safety/\n\n.. |Checked with| image:: https://img.shields.io/badge/pip--audit-Checked-green\n    :alt: Checked with pip-audit\n    :target: https://pypi.org/project/pip-audit/\n\n.. |Version| image:: https://img.shields.io/pypi/pyversions/fedinesia\n    :alt: PyPI - Python Version\n\n.. |Wheel| image:: https://img.shields.io/pypi/wheel/fedinesia\n    :alt: PyPI - Wheel\n\n.. |CI| image:: https://ci.codeberg.org/api/badges/MarvinsMastodonTools/fedinesia/status.svg\n    :alt: CI / Woodpecker\n    :target: https://ci.codeberg.org/MarvinsMastodonTools/fedinesia\n\n",
    "bugtrack_url": null,
    "license": "",
    "summary": "Deletes old posts from fediverse accounts. Confirmed working with Mastodon and Pleroma (and Forks)",
    "version": "2.5.0",
    "split_keywords": [],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "aa12b3963742c4502b0392f52a9dffa0a35a294b5bbd3791d02319e88ceceb19",
                "md5": "0d46dc91dc196b7044bb55a41179e3e7",
                "sha256": "1fe0927607860ee5191f1be86e671dff9608ecda94c2a006db678e7289d66963"
            },
            "downloads": -1,
            "filename": "fedinesia-2.5.0-py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "0d46dc91dc196b7044bb55a41179e3e7",
            "packagetype": "bdist_wheel",
            "python_version": "py3",
            "requires_python": ">=3.8",
            "size": 25131,
            "upload_time": "2023-03-12T01:57:54",
            "upload_time_iso_8601": "2023-03-12T01:57:54.202191Z",
            "url": "https://files.pythonhosted.org/packages/aa/12/b3963742c4502b0392f52a9dffa0a35a294b5bbd3791d02319e88ceceb19/fedinesia-2.5.0-py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "23fc5368749fa4330282a1152f56e3fb6eba1789c1bc2870eada0f1ac853297e",
                "md5": "299a486257485dc1c9df6a3527b470bd",
                "sha256": "431f28ec31976295029878cc0329e7765a542e5f029c97f6810fbc0bf8af5dd2"
            },
            "downloads": -1,
            "filename": "fedinesia-2.5.0.tar.gz",
            "has_sig": false,
            "md5_digest": "299a486257485dc1c9df6a3527b470bd",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": ">=3.8",
            "size": 13763,
            "upload_time": "2023-03-12T01:57:56",
            "upload_time_iso_8601": "2023-03-12T01:57:56.035608Z",
            "url": "https://files.pythonhosted.org/packages/23/fc/5368749fa4330282a1152f56e3fb6eba1789c1bc2870eada0f1ac853297e/fedinesia-2.5.0.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2023-03-12 01:57:56",
    "github": false,
    "gitlab": false,
    "bitbucket": false,
    "lcname": "fedinesia"
}
        
Elapsed time: 0.11602s