uwescience / datasci_course_materials

Public repository for course materials for the Data Science at Scale Specialization at Coursera
https://www.coursera.org/learn/datasci
918 stars 2.38k forks source link

Adjust the Resource URL #58

Closed aitor closed 5 years ago

aitor commented 7 years ago

Include the correct version in the API resource URL. Please check https://dev.twitter.com/streaming/reference/get/statuses/sample for refence:

https://stream.twitter.com/1.1/statuses/sample.json

aitor commented 7 years ago

Although it's a pretty obvious change I guess this can be troublesome for some people with little coding experience, since the error is quite generic and http://dev.twitter.com/pages/streaming_api does not even work (https://dev.twitter.com/streaming/public is the correct link).

› python twitterstream.py
Unknown URL. See Twitter Streaming API documentation at http://dev.twitter.com/pages/streaming_api
aitor commented 5 years ago

Closing this since it has not received any love for 2 years.