Can I Implement a Function to Instantly Deliver Tweets as Telegram Messages Using the Pro Plan?

This topic was automatically generated from Slack. You can find the original thread here.

hello. When a target Twitter account posts a new tweet, I would like to implement a function that delivers the content of the tweet as a Telegram message.

I want to create zero delay as much as possible. Is it right that I can do this in 1 second increments using the pro plan?

Pipedream’s Advanced plan lets you poll any API as frequently as once per second, but I think Twitter has fairly strict rate limits that might make that challenging.

1x/second is roughly 2.6 million requests to Twitter’s API per month, it looks like their Pro plan caps you at 1 million per month Twitter API Documentation | Docs | Twitter Developer Platform

Again, that’s a constraint on Twitter’s end, not Pipedream’s.

Might be able to fit within the limit by polling less often at night.

Unless you’re running some kind of 24/7 worldwide service…