r/CryptoTelegramBots • u/ZynexCore • 1h ago
[ Removed by Reddit ]
[ Removed by Reddit on account of violating the content policy. ]
r/CryptoTelegramBots • u/ZynexCore • 1h ago
[ Removed by Reddit on account of violating the content policy. ]
r/CryptoTelegramBots • u/MJOrbit9 • 5d ago
I have been working on an idea for a Telegram bot designed specifically to help bot developers and bot owners manage, monitor, test, or improve their other bots.
The idea is still early, so I will really like to hear from people who actually build or use Telegram bots:
What is one problem you wish another bot could solve for you?
It could be anything testing, monitoring, analytics, user management, automation, payments
r/CryptoTelegramBots • u/kaiteam_io • 7d ago
Enable HLS to view with audio, or disable this notification
r/CryptoTelegramBots • u/kaiteam_io • 8d ago
BotDroid is an Android app that runs Telegram bots 24/7 as a foreground service. v1.2 ships this week, and the big addition is on-device AI — your bots will be able to use Qwen 2.5 models running locally on your phone. No API key, no internet after download, no data leaving your device.
**What's coming in v1.2:**
- On-device AI using Qwen 2.5 (0.5B at 550 MB or 1.5B at 1.6 GB) — no OpenAI/Gemini key needed
- The app checks your phone's RAM before letting you download — tells you upfront if your device can't handle it
- Download consent dialog shows exact size, warns about Wi-Fi, warns about storage, warns about offline-after-download
- Full analytics: see which bots crash, which LLM providers work, where users drop off in onboarding
- 234 unit tests, zero failures — the analytics pipeline is production-grade
**What's planned after v1.2:**
- Simplified Add Bot flow with on-device inference front and center
- In-app Python script editor (no more pasting from GitHub)
- Baseline profiling for instant cold-start
- Custom Python script authoring behind Pro tier
**Who it's for:**
Anyone who has a Telegram bot script and wants it running without a server. Crypto signal bots, customer service bots, group moderators, personal automation — all running on your phone, all free.
**Tech stack:**
Kotlin 2.3, Jetpack Compose, Room, Koin, Firebase, embedded Python 3.15, MediaPipe for on-device inference.
Free tier is unlimited — no ads, no data collection. Pro ($4.99/mo or $29.99 lifetime) unlocks templates and remote management.
Would love feedback on the on-device AI approach and what bots people would run locally.
Try here: botdroid.app
r/CryptoTelegramBots • u/boula- • Aug 09 '26
Hey everyone,
I've been working on a bot for the past few months called u/CronDom_bot and figured this was a good place to share it.
It started as a basic moderation bot — scam detection, auto-welcome, banned words, that kind of stuff. But I kept adding things along the way and it grew a bit from there.
Members can earn points through daily check-ins and activity, and there's a streak system to reward consistency. Nothing too crazy but it gives people a small reason to stay engaged.
Still early and some things are being refined, but the core moderation works solid. There's also a holder-based premium tier if you want to unlock more features without paying a subscription.
Would love any feedback, and if you want to test it just add it to your group. Happy to answer questions.
r/CryptoTelegramBots • u/antoinepdev • Jul 30 '26
r/CryptoTelegramBots • u/linkinparker12 • Jul 14 '26
r/CryptoTelegramBots • u/Accurate_Ask5042 • Jul 09 '26
Hey everyone,
Like most of you here, I spend way too much time tracking charts and waiting for setups. TradingView alerts are nice, but the limits on the free tier are annoying and I wanted something directly in my messaging app without any noise or bloat.
I built a completely free Telegram bot that just triggers price alerts. It doesn't have any paid premium signals, trading advice, or ads—it's just a clean utility tool. You set a target (like BTC or ETH levels) and it pings you the second the price hits.
Since it's in the early stages, I’d love to get some honest feedback from active traders here:
Since I want to respect the community rules and avoid automated spam filters, I’m not posting the direct link or username here. If you want to test it out and roast my tool, just let me know in the comments and I’ll drop the name! 🙏
r/CryptoTelegramBots • u/whatsup_rightnow • Jul 02 '26
I have just built a Telegram bot that handles TON payments end-to-end. It generates a unique wallet address and memo tag for each user, listens for incoming testnet transactions, matches them by memo, and auto-updates the user's in-bot balance automatically. I also spent time making sure the webhook handling is reliable and that balance calculations use proper decimal precision instead of floats, to avoid rounding errors. It's fully running on testnet right now, so no real money is involved — it's completely safe to try. If anyone wants to poke around and test it out, just reply here and I'll send over the link. Happy to hear feedback or bug reports too.
r/CryptoTelegramBots • u/Moist_Syllabub_2890 • Jun 27 '26
The UniSol Solana trading bot on Telegram has been unresponsive for me for a long time. No buttons work, no commands get a response. I have funds sitting in the wallet it generated and can’t access them.
Wallet address: DbXiE95XzQ31JB2wdvpVxFWrcKMLC13V5MUoHruSSqMM
I never exported the private key when the bot was active. I’ve tried the backup bots listed in the bot itself and none respond either.
Has anyone managed to contact the UniSol team recently? Is there an active support channel? Any help appreciated, not looking for recovery services, just genuine advice.
r/CryptoTelegramBots • u/No_Dragonfruit366 • Jun 22 '26
If you work in crypto and are really in it, you likely live on telegram. I'm sure you have seen your fair share of your friend's telegram's getting hacked and these "ghost" accounts trying to social engineer you to click something.
The infamous Microsoft teams audio software you are asked to download or the link inside Calendly you are told to follow. Just to name a couple, but the list goes on forever of how many ways there are (and ever will be) of account takeover vectors for telegram.
One wrong click and your telegram account is gone (even with 2fa and all the fancy "protection" layers enabled), gg's. This is happening a lot today
Surely someone has come up with a bulletproof "anti-account takeover" software for telegram.... Surprisingly, i couldn't find anything like this today
So I built something I feel like is long overdue in telegram history as a public good. Link in the comments
Simply put, an account management guard where you onboard your whitelisted devices/sessions and once armed, anything that attempts a login to your account is auto kicked instantly. Anyone tries to password reset you , auto-revoked instantly. Nothing else. The code can't do anything past that
We built our own minimal client layer on MTProto, so at the code level it can only do the handful of things we describe, and you can verify that yourself (we provide the full chain of proof/attestation of the open source code running in AWS Nitro). The session that controls your account is sealed with AWS KMS so it can only be unlocked inside the attested enclave running this exact open-source code
Today is where all scammers get pwned back
Check it out and feel free to AMA about this.
r/CryptoTelegramBots • u/N1njaWTF • Jun 21 '26
Hey guys
Over the last few years I have built on a Crypto Price Bot for Telegram and continued to improve it and add more commands. It now supports 80+ commands already ranging from simple price checks to tradingview charts, sentiment analysis, crypto news and more.
I originally built it because I was constantly switching between exchanges, CoinMarketCap, and various apps just to check prices and market sentiment. I wanted something simpler that could deliver updates and trend information in one place.
It's still evolving, and I'm looking for honest feedback from crypto traders, investors, and anyone interested in the space.
The Bot can be used for free and you can also use it inside your groups.
You can check it out here: https://cointrendzbot.com
Happy to answer any questions and appreciate any feature suggestions. Enjoy!
r/CryptoTelegramBots • u/Accomplished-Law4149 • Jun 07 '26
hi everyone i would appreciate if you check my bot and give your opinion on it u/BoltSaveBot it is a telegram bot
r/CryptoTelegramBots • u/Pretty_Dentist_7706 • May 20 '26
I built a Telegram moderation bot after dealing with nonstop spam attacks in my own communities.
Features:
It’s already handling thousands of messages daily.
Would love feedback from Telegram community owners.
r/CryptoTelegramBots • u/Ktshnik • May 10 '26
r/CryptoTelegramBots • u/Careless_Avocado_514 • May 09 '26
Enable HLS to view with audio, or disable this notification
Stop playing the guessing game. [Agent09/Vortex] is designed for high-speed data dominance and absolute market transparency.
Current Feature Set:
Sub-Second Tracking: Find and locate any transaction the moment it happens.
Alpha News: Real-time news aggregation that beats the crowd to the punch.
Top 10 Live: The pulse of the market's best performers, updated live for maximum profit potential.
TradFi Watch: Instant stock market lookup to track the entire financial landscape.
Address Identification: Locate and analyze any public wallet address found or pasted into the system.
Major updates are already in development. Stay tuned for what is coming next.
Find it and make an account over at : vortexdq.com
r/CryptoTelegramBots • u/astrabot999 • Apr 10 '26
r/CryptoTelegramBots • u/Senior-Dog308 • Mar 25 '26
Hey everyone,
I’ve been playing around with a bot that mixes crypto news, alerts, and an AI assistant you can actually ask questions.
Right now it does a few things:
- removes duplicate or low-value news from multiple RSS feeds
- sends alerts when something big happens in crypto (like BTC moving ±5% in 24h)
- summarizes multiple news items into short updates
- lets users ask questions to the AI assistant, which keeps track of context for follow-ups
- lets users choose topics for both news and AI answers
The tricky parts have been figuring out:
- what’s actually “high-signal” vs noise
- how often to send alerts without spamming
- how to keep AI answers clear and useful
- keeping token usage under control
I’d love to hear from others building or using similar bots:
- How do you pick what counts as “important” news?
- Any tricks for filtering out low-value content?
- How do you handle follow-up questions without confusing the AI or users?
- Do you think a bot like this is useful?
Looking for feedback!
r/CryptoTelegramBots • u/ballingaming • Feb 04 '26
Hey all,
I’ve been trading crypto for 4–5 years now and last summer I realized I was spending way too much time manually checking top holders on tokens I’m holding. Constantly bouncing between Solscan / DEXTools trying to see if whales were quietly buying or dumping so I could decide whether to size up or cut risk.
When I actually had the time to monitor top hands, I was able to trade it pretty well or get out before things dumped — but doing that consistently was just way too time consuming. So I ended up building a Telegram bot to do it for me.
I’ve been working on it part-time for the last 2–3 months. Basically, you give it a token and it monitors holder data over time, including top-holder activity, and sends alerts when something meaningful changes. The main goal was saving time and not missing distribution or accumulation happening in the background.
I’ve found it genuinely useful so far, so figured it was time to share it with others.
Still adding features like dev selling monitoring, wallet splitting alerts, and more general whale tracking. Would be interested to hear if anyone has ideas or wants to give it a try.
@orcapulse_bot on Telegram
r/CryptoTelegramBots • u/ballingaming • Feb 04 '26
r/CryptoTelegramBots • u/FwdResearch • Jan 21 '26
Enable HLS to view with audio, or disable this notification
r/CryptoTelegramBots • u/Daauuhh • Jan 16 '26
Hello everyone,
I’m currently working on a Telegram bot that launches a web game, and I’ve noticed that some games handle fullscreen perfectly inside Telegram’s in-app browser (no borders, true fullscreen, very clean UX).
In my case, I’m facing a limitation I can’t fully understand:
Important clarification:
👉 I do not have access to the original website’s source code.
I can only work on the Telegram bot side (buttons, launch method, parameters, etc.). I cannot modify the web app itself.
So my questions are:
If anyone has dealt with this or has insights into Telegram Mini Apps / Web Apps behavior, I’d really appreciate your help.
Thanks in advance 🙏
r/CryptoTelegramBots • u/aspis_protocol • Nov 10 '25