Skip to content

Assignment 1 - twitterstream.py #45

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
bennieregenold opened this issue May 21, 2016 · 0 comments
Open

Assignment 1 - twitterstream.py #45

bennieregenold opened this issue May 21, 2016 · 0 comments

Comments

@bennieregenold
Copy link

Sorry if this isn't the correct way to do this, I'm new to GitHub. The twitterstream.py needs to have the fetchsamples() function updated. The url defined in the function is an old url. Per the post below, this is needs to be updated as follows:

Current: url = "https://stream.twitter.com/1/statuses/sample.json"
Should be: url = "https://stream.twitter.com/1.1/statuses/sample.json"

Post showing new URL: https://twittercommunity.com/t/retiring-old-v1-streaming-api-endpoints-on-march-31st-2016/60351

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant