delete-tweets
delete-tweets copied to clipboard
Accepts "tweet.js" instead of "tweets.csv"
Now when you request your data from Twitter instead of providing a .csv file it provides a .js, so I updated the code to work with that.
I know you're not maintaining this anymore, but when you Google "mass delete tweets" or things like that your tutorial is the first thing to show, so it would be cool to have this updated. The only extra hassle you'd have would be to update the tutorial and change "tweets.csv" to "tweet.js".
I removed the flag -r because it would take some extra work to make it work with the new data model Twitter is using, and as this wasn't mentioned on the tutorial I figured no one would miss it. But if you consider it imperative I could re implement it.