(c) 2019 Sam Caldwell. MIT License.
This utility will scrub your Twitter timeline of anything and everything.
- Download your twitter history first from their site.
- THIS IS IRREVOCABLE AND IRREVERSIBLE.
To setup the tool, you'll need to...
- Create a twitter development account (https://developer.twitter.com/).
- Then register your app (https://developer.twitter.com/en/apps/).
- Clone the github repo:
git@github.com:sam-caldwell/twitter-scrub.git
- Open a terminal and navigate into the local repo.
- Install python3.
Using your key and secret from the registered app in your twitter developer account, run the scrub.py script and follow it's prompts.
python3 scrub.py -h
usage: scrub.py [-h] [--noop] [--timeline] [--dms] --key KEY --secret SECRET
scrub a given twitter account's posts
optional arguments:
-h, --help show this help message and exit
--noop No operation flag (for dry runs).
--timeline Purge timeline
--dms Purge direct messages
--key KEY Consumer Key
--secret SECRET Consumer secret