fedinesia


Namefedinesia JSON
Version 3.1.0 PyPI version JSON
download
home_pageNone
SummaryDeletes old posts from fediverse accounts. Confirmed working with Mastodon, Pleroma (and Forks), and Takahe
upload_time2024-04-19 09:33:07
maintainerNone
docs_urlNone
authorNone
requires_python<3.13,>=3.9
licenseNone
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 fedinesia

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 `PDM <https://pdm.fming.dev/latest/>`_ for dependency control, please install PDM before proceeding further.

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

    pdm sync --group :all

Run Fedinesia with the command `pdm 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
- 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
-----------------------
``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": null,
    "name": "fedinesia",
    "maintainer": null,
    "docs_url": null,
    "requires_python": "<3.13,>=3.9",
    "maintainer_email": null,
    "keywords": null,
    "author": null,
    "author_email": "marvin8 <marvin8@tuta.io>",
    "download_url": "https://files.pythonhosted.org/packages/2d/ea/ee84781ad7cda5e3ce30b21387cbca87d21490e7e20b1e1f04c826ab77ef/fedinesia-3.1.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 fedinesia\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 `PDM <https://pdm.fming.dev/latest/>`_ for dependency control, please install PDM before proceeding further.\n\nBefore running, make sure you have all required python modules installed. With PDM this is as easy as::\n\n    pdm sync --group :all\n\nRun Fedinesia with the command `pdm 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- Create a pull request if you are more of a hands on person.\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": null,
    "summary": "Deletes old posts from fediverse accounts. Confirmed working with Mastodon, Pleroma (and Forks), and Takahe",
    "version": "3.1.0",
    "project_urls": {
        "Changelog": "https://codeberg.org/MarvinsMastodonTools/fedinesia/src/branch/main/CHANGELOG.rst",
        "Documentation": "https://codeberg.org/MarvinsMastodonTools/fedinesia/src/branch/main/README.rst",
        "Issues": "https://codeberg.org/MarvinsMastodonTools/fedinesia/issues",
        "Source": "https://codeberg.org/MarvinsMastodonTools/fedinesia"
    },
    "split_keywords": [],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "961400324264466a223556c7eb6586302b36241efeda0f7f17d0fdcc08e2fc54",
                "md5": "a48b71ef10dd13def264ab2c8e1bb135",
                "sha256": "f79c8a9b3772a9e37624a27085003731f64dc962c07e6f4269c994958395b44b"
            },
            "downloads": -1,
            "filename": "fedinesia-3.1.0-py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "a48b71ef10dd13def264ab2c8e1bb135",
            "packagetype": "bdist_wheel",
            "python_version": "py3",
            "requires_python": "<3.13,>=3.9",
            "size": 23823,
            "upload_time": "2024-04-19T09:33:05",
            "upload_time_iso_8601": "2024-04-19T09:33:05.694906Z",
            "url": "https://files.pythonhosted.org/packages/96/14/00324264466a223556c7eb6586302b36241efeda0f7f17d0fdcc08e2fc54/fedinesia-3.1.0-py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "2deaee84781ad7cda5e3ce30b21387cbca87d21490e7e20b1e1f04c826ab77ef",
                "md5": "9c489b7693aade23dfa7842bd26415bb",
                "sha256": "e582fb16c9d2467b3e206b0b7169efd3f6bf345200f26bce8c4264f74d85de15"
            },
            "downloads": -1,
            "filename": "fedinesia-3.1.0.tar.gz",
            "has_sig": false,
            "md5_digest": "9c489b7693aade23dfa7842bd26415bb",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": "<3.13,>=3.9",
            "size": 11947,
            "upload_time": "2024-04-19T09:33:07",
            "upload_time_iso_8601": "2024-04-19T09:33:07.517654Z",
            "url": "https://files.pythonhosted.org/packages/2d/ea/ee84781ad7cda5e3ce30b21387cbca87d21490e7e20b1e1f04c826ab77ef/fedinesia-3.1.0.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2024-04-19 09:33:07",
    "github": false,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": true,
    "codeberg_user": "MarvinsMastodonTools",
    "codeberg_project": "fedinesia",
    "lcname": "fedinesia"
}
        
Elapsed time: 0.24152s