mirror of
https://gitlab.com/jeancf/twoot.git
synced 2025-02-24 00:48:42 +00:00
Compare commits
4 Commits
c4b6e94178
...
b886f90bdb
Author | SHA1 | Date | |
---|---|---|---|
|
b886f90bdb | ||
|
9081fe2156 | ||
|
3a18242480 | ||
|
acfe033865 |
@ -1,5 +1,7 @@
|
||||
# Changelog
|
||||
|
||||
**21 FEB 2023** VERSION 3.2.1 Updated user agents and list of nitter instances
|
||||
|
||||
**15 FEB 2023** VERSION 3.2 Added mitigation for Mastodon API error 422, 'Unprocessable Entity',
|
||||
'Cannot attach files that have not finished processing. Try again in a moment!' reported
|
||||
on some instances when posting toots with video.
|
||||
|
@ -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.
|
||||
|
||||
**21 FEB 2023** VERSION 3.2.1 Updated user agents and list of nitter instances
|
||||
**13 MAR 2023** VERSION 3.2.2 Updated list of nitter instances
|
||||
|
||||
> Previous updates can be found in CHANGELOG.
|
||||
|
||||
|
7
twoot.py
7
twoot.py
@ -44,12 +44,15 @@ HTTPS_REQ_TIMEOUT = 10
|
||||
|
||||
NITTER_URLS = [
|
||||
'https://nitter.lacontrevoie.fr', # rate limited
|
||||
'https://nitter.namazso.eu',
|
||||
'https://twitter.beparanoid.de',
|
||||
'https://twitter.femboy.hu', # Replace beparanoid 27/02/2023
|
||||
'https://n.l5.ca',
|
||||
'https://nitter.it', # added 27/02/2023
|
||||
'https://nitter.grimneko.de', # added 27/02/2023
|
||||
'https://nitter.cutelab.space', # USA, added 16/02/2023
|
||||
'https://nitter.fly.dev', # anycast, added 06/02/2023
|
||||
'https://notabird.site', # anycast, added 06/02/2023
|
||||
# 'https://nitter.namazso.eu', # lots of 403 27/02/2023
|
||||
# 'https://twitter.beparanoid.de', # moved 27/022023
|
||||
# 'https://nitter.fdn.fr', # not updated, rate limited, removed 06/02/2023
|
||||
# 'https://nitter.hu',
|
||||
# 'https://nitter.privacydev.net', # USA, added 06/02/2023, removed 15/02/2023 too slow
|
||||
|
Loading…
x
Reference in New Issue
Block a user