We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
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"
The text was updated successfully, but these errors were encountered:
@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?
Sorry, something went wrong.
No branches or pull requests
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"
The text was updated successfully, but these errors were encountered: