koenrh / delete-tweets

Delete tweets from your timeline.
ISC License
792 stars 107 forks source link

added from_date argument #80

Closed cyb3rsalih closed 4 years ago

cyb3rsalih commented 4 years ago

just like until_date, I added from_date function so we can use --from argument just like --until. If user not specify --from. It begins from the first tweet.

koenrh commented 4 years ago

Thank you! @cyb3rsalih

I merged your commit in https://github.com/koenrh/delete-tweets/commit/4d71126c0c136cc12aebb3d95bade1f9fddf0394. I renamed 'from' to 'since' to mirror Twitter's naming convention until/since.