- Remove
time.sleep
as a means of avoiding Twitter's rate-limiting in favour of python-twitter'ssleep_on_rate_limit
(@0trenixjetix) - Add
--since
option to delete tweets since a specific date #80 (@cyb3rsalih) - Remove support for Python 2.7 #66
- Add missing required dependencies to setup file #73
- Fix crash if until date is not set #70
- Fix
--dry-run
command-line option #68