Twitter to Telegram bot: free and paid options in 2026
Quick answer: Most of the free Twitter-to-Telegram routes people remember are dead, and the survivors are slower than they look. X's 2023 API repricing killed the cheap read access those bots were built on — Zapier's X integration stopped working on 31 August 2023 and has never returned. What still works falls into three groups: automation platforms that poll on a schedule (IFTTT, hourly on its free plan), RSS bridges that rebuild feeds every 15 to 60 minutes, and purpose-built trackers that watch continuously. The free options are genuinely free and genuinely slow; the honest question is whether minutes matter for what you are watching.
What actually broke
Before 2023, X gave away enough free API access that a hobbyist could write forty lines of Python and have tweets appearing in a Telegram chat. Thousands of people did, and dozens of small bots were built on it. When X repriced its API in 2023, that free access ended and the cost of reading tweets at any volume went from nothing to a real bill.
The consequences were not evenly distributed:
- Unmaintained free bots died first. Nobody was going to pay a monthly API bill for a side project, so they stopped and mostly stayed stopped. If you find a GitHub project or a Telegram bot that looks perfect and has not been touched since 2023, that is why.
- Zapier removed the integration entirely. Their own page still says it plainly: the Twitter integration stopped working effective 31 August 2023, and you cannot create new Zaps with it. Worth stating clearly because a headline claiming "X is back on Zapier" circulates in search results and links to an article that is actually titled Twitter integration removal. It is not back.
- Some platforms kept a connection. IFTTT still lists an X service with working triggers, including new posts by a specific user and new posts matching a search.
- Commercial tools rebuilt around the cost. The paid tools that exist today exist because someone is absorbing that expense, which is why the category has a price floor now and did not before.
The free routes, and what they really cost
Free here means "no money". It does not mean no cost — the price is paid in delay, and the delay is rarely advertised next to the word free.
| Route | Cost | Realistic delay | Catch |
|---|---|---|---|
| IFTTT free | $0 · 2 applets | ~1 hour | Every X trigger is a polling trigger; free plans get the slowest schedule |
| IFTTT Pro | $2.99/mo | ~5 minutes | Faster schedule, still polling |
| RSS bridge, free tiers | $0 | Hours | RSS.app excludes social sources from its free plan entirely |
| RSS bridge, cheapest paid | ~$8/mo | ~30 min average, 60 min worst case | 15 minutes is the fastest interval on any tier |
| Free tier of a paid tracker | $0 | Seconds | Usually capped at 1–2 accounts |
| Write it yourself | API bill + your time | Depends | You now maintain it, and X changes things |
Platform pricing and intervals checked August 2026 on each vendor's own pages. IFTTT's exact polling intervals come from IFTTT's own documentation rather than a direct measurement by us — treat the hourly and five-minute figures as their stated schedule, not a guarantee. Verify before relying on any of it.
Why a polling interval is the whole story
Every free route above shares one property: something checks X on a timer. Nothing pushes.
The arithmetic is unforgiving. On an hourly check, your average delay is thirty minutes and your worst case is sixty. On a five-minute check it is two and a half minutes average, five worst case. And the worst case is not rare — a post is equally likely to land at any point in the interval, so you hit it roughly as often as anything else.
Whether that matters depends entirely on what you are watching, and it is worth being honest about both directions:
- An hour is completely fine for a project's blog announcements, a newsletter, a team's release notes, or any account you follow out of interest. Paying for seconds here buys nothing.
- An hour is useless for a contract address, a listing announcement, or anything where other people are also watching. By the time a 60-minute bridge tells you, the event is over and you are reading history.
The mistake is not choosing the free route. The mistake is choosing it for the second case because it was described as "real-time" somewhere.
How the delay actually feels
A concrete example. A tracked account posts at 14:07.
- IFTTT free, having last checked at 14:00, tells you at 15:00 — 53 minutes late.
- An RSS bridge on a 15-minute rebuild tells you at 14:15 — 8 minutes late.
- IFTTT Pro on a five-minute schedule tells you around 14:10.
- A continuous tracker tells you at 14:07. X-Relay re-checks a tracked account as often as every 300 ms, so the window in which a new post sits unnoticed is measured in fractions of a second rather than in refresh cycles.
Nothing downstream recovers a missed interval. A bridge can deliver instantly the moment it notices — it still noticed 53 minutes late.
What the free routes cannot do at any speed
Some limits are structural rather than a matter of tier:
- Replies and quote tweets. A feed carries an account's own published items. A reply under someone else's post is not one, and that is where contract addresses most often appear.
- Threads. X marks every post after the first in a thread as a reply, so a route that only sees posts hands you part one of five.
- Non-post events. Follows, unfollows, bio edits, a Space going live — none of these produce a feed item, because none of them are documents.
- Enrichment. Reading a contract address out of a post, identifying its chain and attaching live price and liquidity is work, and a bridge forwards text.
- Translation. A Chinese post arrives as a Chinese post.
Choosing between the paid tools
Several tools deliver to Telegram and they differ more on price ladder and coverage than on anything visible in a feature list. Rather than repeat a comparison here, that is what best Telegram Twitter alert bots is for — it covers current pricing for each and which fits which kind of trading. If you also run a Discord server, note that not every Telegram tool reaches Discord and vice versa; the Discord field is a different set of tools.
Setting one up in two minutes
- Open the bot in Telegram — for X-Relay that is @x_relay_bot — and tap Start.
- Paste the handles you want to follow. If they are already in an X List, paste the list link and they import together.
- Choose which activities should reach you: posts, replies, quotes, follows, profile edits, contract detection. Start narrow — you can widen once you see the volume.
- Pick the destination: your own DM, a group, or a channel. A channel is usually right if other people need to see the alerts too.
- Test it against an account that posts often, so you find out within minutes rather than days that it works.
One general piece of advice regardless of tool: set it up against a busy account first. A quiet channel is ambiguous — it looks the same whether nothing happened or nothing is working. A noisy account resolves that ambiguity immediately.
FAQ
Is there a free Twitter-to-Telegram bot?
Yes, several, but all of them poll on a schedule — roughly hourly on IFTTT's free plan, and hours on free RSS tiers. Some paid trackers also have small permanently free tiers capped at one or two accounts, which are slow only in the sense of being capped, not delayed.
Why did my old Twitter-to-Telegram bot stop working?
Almost certainly X's 2023 API repricing. Free read access ended, so unmaintained bots stopped and were not repaired. Zapier removed its Twitter integration entirely on 31 August 2023 and has not restored it.
Can I still use Zapier for X to Telegram?
No. Zapier's own pages state the integration stopped working in August 2023 and no new Zaps can be created with it. A search result claiming it has returned links to an article that is actually about its removal.
Does IFTTT still work for X?
Yes, with polling triggers including new posts by a user and new posts matching a search. Free plans get the slowest schedule — around an hour — with roughly five minutes on Pro at $2.99/month.
How fast can a Twitter-to-Telegram bot realistically be?
The number that decides it is how often the tool looks. X-Relay re-checks a tracked account as often as every 300 ms, and our fastest measured detection was 281 ms — the best of 51,655 detections over 72 hours on production ending 29 August 2026. Anything built on scheduled polling is bounded by its interval instead, and 15 minutes is the shortest interval common RSS bridges offer.
Do I need an X developer API key?
Not for X-Relay, and not for most consumer tools. Writing your own bot is the case where you do, and that API bill is the reason the free ecosystem disappeared.
Can one bot send to both Telegram and Discord?
Some can, many cannot — several popular tools are single-platform. X-Relay delivers to both from one tracker; see the Discord side for how that end is wired.
Best Telegram Twitter alert bots → · Auto-translate → · Guides and comparisons → · Pricing →