twitter limits
Hello. I heard somewhere that the limit on tweets per day using the Search Twitter operator is 1000. However, I think if one connects through the API using, say Python, the limit is orders of magnitude larger. Can anyone confirm the 1000 number?
Also, can I use a boolean expression for the query, for example, (Japan OR Korea) AND vaccine? Thanks!
Also, can I use a boolean expression for the query, for example, (Japan OR Korea) AND vaccine? Thanks!
Tagged:
0
Best Answer
-
jwpfau Employee, MemberPosts:227RM EngineeringHi,
The search requests limit is180 per 15 minat the moment.
I have tried OR, but the otherstandard search operatorsshould also work.
In your example only "Japan OR Korea vaccine" is needed, "AND" would require the word "and" in the tweet.
Greetings,
Jonas0
Answers