Accepts "tweet.js" instead of "tweets.csv"#2
Open
farias0 wants to merge 2 commits intoQuincyLarson:masterfrom
Open
Accepts "tweet.js" instead of "tweets.csv"#2farias0 wants to merge 2 commits intoQuincyLarson:masterfrom
farias0 wants to merge 2 commits intoQuincyLarson:masterfrom
Conversation
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
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
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.