/dead-dove

Delete old tweets in a shell, just a set a date and read.

Primary LanguagePythonMIT LicenseMIT

dead dove

Small script to delete tweets from Twitter. Utilizes your exported history from twitter and a set date. Allows you to read all your past mistakes tweets as it deletes them in a shell.

dead-dove

environment

Requires a Python3 environment, OS X ships with 2.7 by default. I recommend setting up a virtualenv to use Python3 inside of.

sudo pip install virtualenv
virtualenv --python=/usr/local/bin/python3 python3_env
source python3_env/bin/activate

usage

  1. Request your twitter archive
  2. Create a twitter application with read & write access, generate a self-use token
  3. Copy & modify config.sample.py to config.py
  4. python3 dd.py

flags

flag value description
--help (-h) none Displays the help menu

requirements

  • python3

packages

license

MIT