Skip to content
This repository has been archived by the owner on Apr 7, 2022. It is now read-only.

How to search tweets between specific date range using hbc #185

Closed
anukriti-chawla opened this issue Feb 16, 2018 · 1 comment
Closed

How to search tweets between specific date range using hbc #185

anukriti-chawla opened this issue Feb 16, 2018 · 1 comment

Comments

@anukriti-chawla
Copy link

I have run the example "FilterStreamExample" but I want a large number of tweets in return. Directly creating loop with returning huge number of tweets hangs the system, Is there any way I can search for a string with specified date.

@andypiper
Copy link
Contributor

Streaming is a realtime function, not historical (ie you cannot search on an arbitrary time period, only from the point at which you connect and listen). You need a search API for this. Check the Twitter developer documentation or ask on the developer forums.

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Development

No branches or pull requests

2 participants