search-tweets-python
search-tweets-python copied to clipboard
Python client for the Twitter 'search Tweets' and 'count Tweets' endpoints (v2/Labs/premium/enterprise). Now supports Twitter API v2 /recent and /all search endpoints.
I want to use the full archive search of Premium API, can you give me a complete example code
**Describe the bug** tweets are being returned that fall outside the start-time and end-time arguments. Call below returned tweets back to 2011 **To Reproduce** `/usr/local/bin/search_tweets.py --query "istandwithrussia OR istandwithputin" --filename-prefix...
**Describe the bug** The full-archive search endpoint in v2 of the Twitter API provides the parameter `sort_order` to sort the Tweets by recency or relevancy (see [Twitter API documentation for...
**Describe the bug** Trying to stream results from behind a proxy fails with a connection refused error. HTTPS_PROXY and HTTP_PROXY environment variables are set but are ignored by `ResultStream` due...
**Describe the bug** When I want to search tweets in api 2.0 I have problem with requests library. First few days I have no this error -- I have restarted...
**Describe the bug** During download tweets in academic api i had problem that collect results stops. **To Reproduce** Steps (and code snippet) to reproduce the behavior: Code is part of...
Check to see if a tweet contains exact geo point without a place id.
This PR fixes #141 https://github.com/twitterdev/search-tweets-python/issues/141
**Describe the bug** In the [fast way](https://github.com/twitterdev/search-tweets-python/tree/v2#fast-way) section of the README.rst file for v2, the example `collect_results` call does not provide an argument for `granularity` even though it is required....
v2 docs say to test the code using `$python3 scripts/search-tweets.py -h` but should say `$python3 scripts/search_tweets.py -h`