Twitter status removal tool for python 3.7. This tool is a heavily modified version of a tool by sjtrny. Original is available here.
- tweepy
- git+https://github.com/tweepy/tweepy.git
- be sure to use this version; other versions may cause errors in python >=3.7
- see http://www.tweepy.org for more information
- glob
- glob3
- dateutil
- python-dateutil
- Download your Twitter archive
- Install dependencies
pip install git+https://github.com/tweepy/tweepy.git
pip install glob3
pip install python-dateutil
- Make a developer account at dev.twitter.com
- Create a new twitter app
- Set app permissions to read and write
- Generate access token for your app
- Clone repository
- Execute run_interactive.py
- Follow instructions given