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

Assignment 1 - twitterstream.py #49

Open dvanderk opened 8 years ago

dvanderk commented 8 years ago

twitterstream.py does not pass tweets to json file when using the search url example.

Works: url = "https://stream.twitter.com/1.1/statuses/sample.json" Does not work: url = "https://api.twitter.com/1.1/search/tweets.json?q=microsoft"

typingduck commented 7 years ago

@billhowe Seems like a lot of people are coming across this issue. There are a few open pull requests to fix it, perhaps worth getting it fixed?