DEV Community

Discussion on: Twitter bot in 17 lines of code

Collapse
 
notfakedev profile image
Martin Malinowski

thanks! my only concern would be, if we have the app still running after for example reaching API requests limit for the next 10 hours, are we risking Twitter ban? I think we would also have to implement counter+timer. What you think?

Collapse
 
mrm8488 profile image
Manuel Romero

It depends on the Twitter API. But you are not requesting anything to its REST API. You are subscribed to an event. So maybe they manage how much data they can give you.

Thread Thread
 
notfakedev profile image
Martin Malinowski • Edited

right, there are limits but its something like 1% above threshold, I updated the post, cheers!