-
I want to set the search language and start + end dates in the search API. It seems i can only use Search_tweets(). But this API does not support start/end dates. Any thoughts on what API I should use? |
Beta Was this translation helpful? Give feedback.
Answered by
Harmon758
Dec 2, 2021
Replies: 1 comment 2 replies
-
|
Beta Was this translation helpful? Give feedback.
2 replies
Answer selected by
Harmon758
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
API.search_tweets
uses the standard search API, with which you can use thesince
anduntil
standard search operators to specify start and end dates. For language, you can use thelang
parameter of the method/endpoint.