Twayback: Automate downloading archived deleted Tweets

Finding and downloading deleted Tweets takes a lot of time. Thankfully, with this tool, it becomes a piece of cake! 🎂 Twayback is a portmanteau of Twitter and the Wayback Machine. Enter your desired Twitter username, and let Twayback do the rest! Requirements Python 3 waybackpack Install: pip install waybackpack or pip3 install waybackpack Link to repo Features Can download some or all of a user’s archived deleted Tweets. Allows custom time range to narrow search for deleted Tweets archived […]

Read more

A python package that fetches tweets and user information in a very pythonic manner

Tweetsy uses Twitter’s underlying API to fetch user information and tweets and present it in a human-friendly way. What makes Tweetsy special is that everything is an object here. So it makes it very easier for the end users to store the data however they want, i.e. CSV, HTML or even in cloud database. This will become more clear in the following sections. Getting user data This package was originally designed to get user information (i.e. name, number of follower, […]

Read more