Hello

I am a new twitter developer and I am developing an application that
follows several keywords. Each keyword will have its URL xxxx.com/
keyw1 and the page will show the tweets containing that keyword.

I am planning to use the Search API.

Because the API returns only the matches for the latest x days (30?),
I will have to do a cache of the posts in my local database to include
tweets older than x days in my results.
And with this method I can use the since_id parameter and not overflow
twitter's servers.

The number of keywords can grow very big, so I will update more
frequently the popular keywords than the less popular ones. Is there
any other API restriction/limit I should be aware of, or any other
thing I can do to make the queries efficient and dont waste mine or
twitter's resources?

Thank you

Victor

Reply via email to