Appearance
Telegram & Discord Scraper
Watches configured Telegram groups/channels and Discord servers for contract address announcements and routes them into the execution pipeline.
The video below shows the Telegram side in action:
How it works
Messages from monitored chats are scanned as they arrive. The scraper looks for Solana and BSC contract addresses in the message body, captions, and forwarded content. When a valid CA is found and the source passes filtering, a buy goes in automatically and a Telegram notification follows within milliseconds.
Telegram and Discord run as separate listeners but feed into the same execution layer.
Filtering
A few things are checked before acting on a message:
- Source must be in the configured channel/group list
- CA must be valid for the expected chain (Solana or BSC)
- Deduplication check — if the same CA was already processed recently, it's skipped
Trade parameters
Each source can be configured independently with its own:
- Delay — milliseconds/seconds to wait before submitting
- Autosell % — automatically exit a percentage of the position after a set time
- Buy tip / Sell tip — priority fee to improve transaction speed
- Slippage % — maximum accepted slippage
- Max market cap — skip tokens above this threshold
- Chain — Solana or BSC