scottbale / tweet-purge

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

tweet purge

I wrote a program to delete most of my old tweets and likes from my twitter account.

Usage

If you want to use this program yourself, you'll have to use your own Twitter credentials. (I have not set this app up to authenticate on someone else's behalf using my app credentials.) This means, if you haven't already, you'll have to apply for and create a twitter developer account and generate your own API key and secret pair and your own app access token and secret pair. These four values then need to be placed in the env.edn file.

You'll also have to create a newline-separated text file of tweet ids to be deleted or unfavorited. I did this by downloading my twitter archive.

Quick start

Extract release tarball.

$ ./bin/tweet-purge --help

Build from source

$ lein uberjar
$ tools/dist.sh

Tarball will be in build/tweet-purge.tar.

About

License:Eclipse Public License 2.0


Languages

Language:Clojure 87.2%Language:Python 10.3%Language:Shell 2.5%