ckoepp/TwitterSearch

Use No Keywords?

Opened this issue · 1 comments

I would like to make a query using a geocode argument only. Just give it coordinates, radius, and date range, and have it pull up all tweets in the area. When I try this however, I get the "No Keywords Given" error. Is it possible to make a query with no Keywords in this library?

I believe this is a restriction of the Twitter API. A potential workaround for this could be using a broad keyword search term in conjunction with the geographic coordinates and date range.