mirror of
https://gitlab.com/jeancf/twoot.git
synced 2025-02-23 08:38:30 +00:00
Compare commits
3 Commits
3de87afc6e
...
0bcbe73003
Author | SHA1 | Date | |
---|---|---|---|
|
0bcbe73003 | ||
|
cb91f1b7fd | ||
|
a5b24a7ccd |
|
@ -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
|
||||
|
||||
|
|
Loading…
Reference in New Issue
Block a user