KudzieChase / thanos-tweets

A script to take control of your past tweets and give balance back to your Twitter timeline.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Thanos my tweets.

This script is inspired by this repository

What you will need!

  • 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.

How to run it.

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!

About

A script to take control of your past tweets and give balance back to your Twitter timeline.


Languages

Language:Python 100.0%