Assignment 1 - twitterstream.py
dvanderk opened this issue · comments
Dee van der Knaap commented
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"