Skip to content

Instantly share code, notes, and snippets.

View kevthanewversi's full-sized avatar

Kevin Murimi kevthanewversi

View GitHub Profile
@kevthanewversi
kevthanewversi / delete_all_tweets.py
Created June 23, 2016 08:40 — forked from vik-y/delete_all_tweets.py
This script will delete all of the tweets in a specified account.
# -*- coding: utf-8 -*-
"""
This script is forked originally from Dave Jeffery. The original implementation
was very slow and deleted around 2 tweets per second. Making it multithreaded I
am able to delete 30-50 tweets per second.
@author: vik-y
----------------------------------------------------------------------------
This script will delete all of the tweets in the specified account.