uwescience / datasci_course_materials

Public repository for course materials for the Data Science at Scale Specialization at Coursera

Home Page:https://www.coursera.org/learn/datasci

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Assignment 1 - twitterstream.py

dvanderk opened this issue · comments

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"

@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?