This script is inspired by this repository
- Your twitter history archive. Can be found here
- Twitter developer api access - for client secret keys and tokens. Can be found by creating an app
- Python 3 installed in your machine.
- A little imagination.
Well:
- Clone this repository to your local machine.
- Create a virtual environment.
$ cd thanos-tweets
$ python3 -m venv venv
$ source venv/bin/acivate
- Install the requirements.
(venv)$ pip install -r requirements.txt
- Be sure to paste your twitter API credentials inside the script.. Then,
- Just Run it if you don't have specific changes you need to make
(venv)$ python3 thanos.py -snap all -r reply
I am not responsible for tweets lost due to this script, I made it custom to my specific use case.
Live Long and Prosper!