2020-07-04 06:23:39 +02:00
# 🥳 ==> 🧼 ==> 😇
2020-08-28 10:13:46 +02:00
[![PRs Welcome ](https://img.shields.io/badge/PRs-welcome-brightgreen.svg?style=flat-square )](http://makeapullrequest.com)
2019-07-24 00:42:28 +02:00
2020-07-04 07:57:59 +02:00
**ephemetoot** is a Python command line tool for deleting old toots.
2020-08-28 10:13:46 +02:00
## Documentation
2020-08-23 08:53:03 +02:00
* [Installation ](./docs/install.md )
* [Options ](./docs/options.md )
* [Upgrading and uninstalling ](./docs/upgrade.md )
## Prior work
2020-04-20 12:14:58 +02:00
The initial `ephemetoot` script was based on [this tweet-deleting script ](https://gist.github.com/flesueur/bcb2d9185b64c5191915d860ad19f23f ) by [@flesueur ](https://github.com/flesueur )
2018-12-24 05:30:56 +01:00
2020-04-20 12:14:58 +02:00
`ephemetoot` relies heavily on the Mastodon.py package by [@halcy ](https://github.com/halcy )
2018-12-24 05:30:56 +01:00
2020-08-23 08:53:03 +02:00
## Usage
2020-05-09 06:45:38 +02:00
You can use `ephemetoot` to delete [Mastodon ](https://github.com/tootsuite/mastodon ) toots that are older than a certain number of days (default is 365). Toots can optionally be saved from deletion if:
2020-07-04 06:23:39 +02:00
* they are pinned; or
* they include certain hashtags; or
2020-04-20 12:14:58 +02:00
* they have certain visibility; or
* they are individually listed to be kept
2018-12-24 05:30:56 +01:00
2020-08-23 08:53:03 +02:00
## Contributing
2020-08-24 13:22:39 +02:00
For all bugs, suggestions, pull requests or other contributions, please check the [contributing guide ](./docs/contributing.md ).
2018-12-24 05:30:56 +01:00
2020-08-23 08:53:03 +02:00
## License
This project and all contributions are [licensed ](./LICENSE ) under the GPL 3.0 or future version