Features Can download some or all of a user's archived deleted Tweets. Lets you extract Tweets text to a text file (yes, even quote retweets!). Has ability to screenshot deleted Tweets. Allows custom time range to narrow search for deleted Tweets archived between two dates. Differentiates between accounts that are active, suspended, or don't/no longer exist. Lets you know if a target handle's archived Tweets have been excluded from the Wayback Machine. Saves a log of the deleted tweet URLs in case you want to view on the Wayback Machine. Ability to rotate through a list of proxy servers to avoid 429 errors. You will need to do this for data sets larger than about 800 tweets.
twayback -u USERNAME [OPTIONS]
-u, --username Specify target user's Twitter handle
--batch-size Specify how many URLs you would like to examine at a time
--semaphore-size Specify how many urls from --batch-size you would like to query asynchronously at once
-from, --fromdate Narrow search for deleted Tweets archived on and after this date (can be combined with -to)
-to, --todate Narrow search for deleted Tweets archived on and before this date (can be combined with -from)
--proxy-file Provide a list of proxies to use
twayback -u taylorswift13
Downloads all of @taylorswift13's deleted Tweets
twayback -u jack -from 2022-01-05
Downloads all of @jack's deleted Tweets archived since January 5, 2022 until now
twayback -u drake -to 2022/02/09
Downloads all of @drake's deleted Tweets archived between the beginning and February 9, 2022
twayback -u EA -from 2020-08-30 -to 2020-09-15
Downloads all of @EA's deleted Tweets archived between August 30, 2020 to September 15, 2020
git clone https://github.com/Mennaruuk/twayback
cd twayback
pip3 install -r requirements.txt
Run the command:
(Replace USERNAME
with your target handle).
> Visit twayback Website <