Compare commits

...

3 Commits

Author SHA1 Message Date
jeancf
0bcbe73003 Added features 2022-12-11 11:25:39 +01:00
jeancf
cb91f1b7fd Merge branch 'susbt' of https://gitlab.com/jeancf/twoot into susbt 2022-12-11 11:05:50 +01:00
jeancf
a5b24a7ccd Set release date 2022-12-11 11:05:43 +01:00

View File

@ -3,7 +3,7 @@
Twoot is a python script that mirrors tweets from a twitter account to a Mastodon account.
It is simple to set-up on a local machine, configurable and feature-rich.
**UPDATE XX DEC 2022** VERSION 3.0 brings some important changes and new features:
**UPDATE 11 DEC 2022** VERSION 3.0 brings some important changes and new features:
* Only potentially breaking change: **If you are using a version of python < 3.11 you need to install the `tomli` module**
* Twoot can be configured with a config file in [TOML](https://toml.io/) format. Check `default.toml` for details
@ -31,6 +31,11 @@ It is simple to set-up on a local machine, configurable and feature-rich.
* Optionally post reply-to tweets on the mastodon account
* Optionally ignore retweets
* Allows rate-limiting posts to Mastodon instance
* Removal of redirections (e.g. reveal destination of short URLs)
* Removal of trackers from
* Domain substitution for Twitter, Youtube and Reddit domains (e.g. [Nitter](https://github.com/zedeus/nitter/wiki/Instances),
[Invidious](https://redirect.invidious.io/) and [teddit](https://teddit.net/) respectively)
* Optional footer line to add tags at bottom of toot
## Usage