Twitter Google speed limit exceeded

I use the Google engine and want to download tweets from this user.

I just call http://api.twitter.com/1/statuses/user_timeline/USERNAME.json

But almost always (in about 99% of cases) I get "The price list is exceeded. Customers can not make more than 150 requests per hour." Does this issue have anything to do with the Google App Engine Cloud infrastructure? What should I do? (e.g. storing data on another server, and then calling from there ...)

+3
source share
1 answer

This problem has something to do with the Google App Engine inrastructure app cloud

Yes.

API, , rate-limited:

REST API - 150 . API REST IP. API API IP- ' .

, IP; App Engine IP- urlfetch, API Twitter .

, , , , , IP.

, API Twitter App Engine.

+8

Source: https://habr.com/ru/post/1755367/


All Articles