Compare commits

..

No commits in common. "0bcbe73003834d5caf1458b8f94b890cd2dbdf99" and "3de87afc6ed032ec86a7e18556172e0f81119ed5" have entirely different histories.

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 11 DEC 2022** VERSION 3.0 brings some important changes and new features:
**UPDATE XX 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,11 +31,6 @@ 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