Open dvanderk opened 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"
@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?
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"