Add ephemetoots and other links in readme

This commit is contained in:
Gabriel Augendre 2021-08-03 08:12:17 +02:00
parent 4b55d346fd
commit e987521ff4

View file

@ -4,9 +4,10 @@
Cleantoots helps you delete your old toots. Because not everything we say on social medias should stay there for eternity. Cleantoots helps you delete your old toots. Because not everything we say on social medias should stay there for eternity.
Here's a link to [my blog post introducing cleantoots](https://gabnotes.org/cleantoots-clean-your-toot-history/). Useful links:
* [my blog post introducing cleantoots](https://gabnotes.org/cleantoots-clean-your-toot-history/).
The authoritative source for this repo can be found here: https://git.augendre.info/gaugendre/cleantoots * The authoritative source for this repo: https://git.augendre.info/gaugendre/cleantoots
* The GitHub repository for CI/CD and visibility: https://github.com/Crocmagnon/cleantoots
## Install ## Install
### Using pip ### Using pip
@ -129,5 +130,10 @@ on latest versions of macOS, Windows and Ubuntu as GitHub Actions understands it
See [the docs](https://help.github.com/en/actions/automating-your-workflow-with-github-actions/workflow-syntax-for-github-actions#jobsjob_idruns-on) See [the docs](https://help.github.com/en/actions/automating-your-workflow-with-github-actions/workflow-syntax-for-github-actions#jobsjob_idruns-on)
for more information on what "latest" means. for more information on what "latest" means.
## Similar projects
* [ephemetoot](https://github.com/hughrun/ephemetoot): A similar python-based CLI program to delete your old toots. Has
the ability to archive deleted toots.
## Inspiration ## Inspiration
The idea behind cleantoots is highly inspired by [magnusnissel/cleantweets](https://github.com/magnusnissel/cleantweets). The idea behind cleantoots is highly inspired by [magnusnissel/cleantweets](https://github.com/magnusnissel/cleantweets).