Skip to content

Instantly share code, notes, and snippets.

View Amenshawi's full-sized avatar

Abdulrhman Menshawi Amenshawi

View GitHub Profile
@Amenshawi
Amenshawi / delete_some_tweets.py
Last active May 25, 2020 02:34 — forked from vik-y/delete_all_tweets.py
This script will delete some of the tweets in a specified account depending on the parameters given
# -*- coding: utf-8 -*-
"""
This script is forked from Vikas Yadav, @vik-y.
I made a few changes to make the script compatible with python3.
I also added the ability to specify a tweet to delete only tweets before it, this can be easily changed by changing
the parameters at line #60
@author: Amenshawi
-----------------------------------------------------------------------------
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