This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| # -*- 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 |