For the complete documentation index, see llms.txt. This page is also available as Markdown.

Telegram Scraper

Telegram AutoBuy runs AutoBuy inside a Telegram Web tab. When a contract address is posted in the channel you are watching, the Extension fires a buy automatically using your Scrapers configuration.


Requirements

Before starting Telegram AutoBuy, make sure:

  • The Bloom Extension is installed and signed in.

  • Your Scrapers configuration is set in the Manager under Settings, Extension, Scrapers. Set the Auto Buy Amount, fees, tip, and filters.

  • Telegram Web is enabled in Sites.

  • You are using Telegram K (the K version of Telegram Web) in Chrome. AutoBuy does not work on Telegram A.

  • Only one Telegram tab is open in the current browser window.

Switch to Telegram K

Telegram Web ships two versions (A and K). Bloom only supports K. Open web.telegram.org/k/ directly in Chrome, or change the URL path from /a/ to /k/ if you are currently on the A version.


Starting AutoBuy

1

Open Telegram K in Chrome. Keep only one Telegram tab in the current browser window.

2

Navigate to the target channel and leave the tab active. The Extension injects a Bloom toolbar into the Telegram interface.

3

Verify your Scrapers configuration in the Manager. Double-check the Auto Buy Amount, filters, and fees before going live.

4

Press the AutoBuy button injected into Telegram. The button follows the chain selected in the Extension: Start SOL Auto Buy while Solana is selected, Start EVM Auto Buy while an EVM chain is selected.

Solana
EVM

What Happens Next

Once started, the Extension scans every new message in the active Telegram channel for contract addresses.

  • Address detected → Scrapers configuration applied → buy fired.

  • Filter fails (market cap, liquidity, or "already bought") → buy skipped, scanning continues.

  • No address in the message → ignored.

You can keep reading Telegram normally while AutoBuy runs. The Extension only reacts to contract addresses; regular messages and media are unaffected.

To stop AutoBuy, press the same button again (it toggles to Stop Auto Buy).


Running Multiple Telegram Tabs

How do I monitor more than one Telegram channel at the same time?

Open each Telegram tab in a separate browser window. One window, one Telegram tab. Every window runs its own AutoBuy instance independently.

The limit is per window, not per browser profile, so you can open as many windows as your machine handles.

Last updated