Urgent !! Does somebody have knowledge about telegram channels and their statistics??
I need help with a problem that I am currently facing . It's urgent so please help
Submitted July 15, 2025 at 09:26PM by Aizen2430
on r/TelegramBots via https://www.reddit.com/r/TelegramBots/comments/1m0r7js/urgent_does_somebody_have_knowledge_about/?utm_source=iftttBackup by @tmebackupA @rtptme project - Other backups: http://pixly.link/tme
I need help with a problem that I am currently facing . It's urgent so please help
Submitted July 15, 2025 at 09:26PM by Aizen2430
on r/TelegramBots via https://www.reddit.com/r/TelegramBots/comments/1m0r7js/urgent_does_somebody_have_knowledge_about/?utm_source=iftttBackup by @tmebackupA @rtptme project - Other backups: http://pixly.link/tme
Can't find files - help?
I know it's a rookie issue, I really know nothing about bots but decided to try learning by doing. Downloaded Telegram X on an android phone and found a bot that rips from Spotify.In theory it has downloaded some songs, but I have no idea where.Can someone please guide this lost soul (me) to find those files?Or point me towards any place where I can learn how to?Any help is appreciated.
Submitted July 15, 2025 at 09:52PM by Clau_Schwa
on r/TelegramBots via https://www.reddit.com/r/TelegramBots/comments/1m0rvxx/cant_find_files_help/?utm_source=iftttBackup by @tmebackupA @rtptme project - Other backups: http://pixly.link/tme
I know it's a rookie issue, I really know nothing about bots but decided to try learning by doing. Downloaded Telegram X on an android phone and found a bot that rips from Spotify.In theory it has downloaded some songs, but I have no idea where.Can someone please guide this lost soul (me) to find those files?Or point me towards any place where I can learn how to?Any help is appreciated.
Submitted July 15, 2025 at 09:52PM by Clau_Schwa
on r/TelegramBots via https://www.reddit.com/r/TelegramBots/comments/1m0rvxx/cant_find_files_help/?utm_source=iftttBackup by @tmebackupA @rtptme project - Other backups: http://pixly.link/tme
Multibot: A Multi-purpose Telegram bot supporting multiple LLM's
https://i.redd.it/hf4b0blon3df1.png
Submitted July 15, 2025 at 10:42PM by razdacist
on r/TelegramBots via https://www.reddit.com/r/TelegramBots/comments/1m0t7dh/multibot_a_multipurpose_telegram_bot_supporting/?utm_source=iftttBackup by @tmebackupA @rtptme project - Other backups: http://pixly.link/tme
https://i.redd.it/hf4b0blon3df1.png
Submitted July 15, 2025 at 10:42PM by razdacist
on r/TelegramBots via https://www.reddit.com/r/TelegramBots/comments/1m0t7dh/multibot_a_multipurpose_telegram_bot_supporting/?utm_source=iftttBackup by @tmebackupA @rtptme project - Other backups: http://pixly.link/tme
Designing a Telegram 1v1 PvP bot where "skills pay the bills" would love feedback
I’ve been building a Telegram-based 1v1 game where players duel in quick mind games (Shoot / Block / Reload) and play with something on the line.Each match has a small entry commitment (credits/tokens), and the winner takes the pot — minus a small platform fee.No luck / RNGPure decision-making, bluffing, and timingOne wrong move and it’s overEverything happens in Telegram. No downloads, no frills — just tap, predict, and (hopefully) win.Right now I’m finishing core logic and preparing a small closed alpha. Looking for testers who enjoy short-form PvP games — especially when the outcome actually matters. 😉DM if interested — or drop ideas for what you'd want in a skill-based Telegram game with “real stakes.”
Submitted July 15, 2025 at 10:25PM by Professional_Goat442
on r/TelegramBots via https://www.reddit.com/r/TelegramBots/comments/1m0srk1/designing_a_telegram_1v1_pvp_bot_where_skills_pay/?utm_source=iftttBackup by @tmebackupA @rtptme project - Other backups: http://pixly.link/tme
I’ve been building a Telegram-based 1v1 game where players duel in quick mind games (Shoot / Block / Reload) and play with something on the line.Each match has a small entry commitment (credits/tokens), and the winner takes the pot — minus a small platform fee.No luck / RNGPure decision-making, bluffing, and timingOne wrong move and it’s overEverything happens in Telegram. No downloads, no frills — just tap, predict, and (hopefully) win.Right now I’m finishing core logic and preparing a small closed alpha. Looking for testers who enjoy short-form PvP games — especially when the outcome actually matters. 😉DM if interested — or drop ideas for what you'd want in a skill-based Telegram game with “real stakes.”
Submitted July 15, 2025 at 10:25PM by Professional_Goat442
on r/TelegramBots via https://www.reddit.com/r/TelegramBots/comments/1m0srk1/designing_a_telegram_1v1_pvp_bot_where_skills_pay/?utm_source=iftttBackup by @tmebackupA @rtptme project - Other backups: http://pixly.link/tme
I built a Telegram bot that lets you chat anonymously with random users - like Omegle for Telegram
I just finished a project I’ve been messing around with - a Telegram bot for anonymous, peer-to-peer chat. Think Omegle, but on Telegram.GitHub repo: github.com/OkoyaUsman/telegram-anonymous-p2p-chatHow it worksUsers can start a chat by clicking /startThey get randomly matched with someone else who's also waitingNeither side sees usernames or profiles, it's completely anonymousYou can type /next to skip and connect to someone newOptional: add profanity filtering, message limits, or rate-limitingBuilt using:Pythonpython-telegram-botIn-memory matching queueWhy I built itI wanted to practice working with stateful chat systems, user flows, and Telegram bot internals. Also, I'm exploring creative ways to use bots for lightweight social tools.It’s fully open-source and beginner-friendly if you want to hack on it. If anyone wants to fork it, deploy their own, or has ideas on how to make it cooler (e.g., filters, moderation, media support), I’m down to chat.Happy to answer questions if you’re curious about how the matchmaking logic works or bot structure in general.Bot: anonp2p_bot on TG
Submitted July 16, 2025 at 04:10AM by NaijaPidginGuy
on r/TelegramBots via https://www.reddit.com/r/TelegramBots/comments/1m10ogx/i_built_a_telegram_bot_that_lets_you_chat/?utm_source=iftttBackup by @tmebackupA @rtptme project - Other backups: http://pixly.link/tme
I just finished a project I’ve been messing around with - a Telegram bot for anonymous, peer-to-peer chat. Think Omegle, but on Telegram.GitHub repo: github.com/OkoyaUsman/telegram-anonymous-p2p-chatHow it worksUsers can start a chat by clicking /startThey get randomly matched with someone else who's also waitingNeither side sees usernames or profiles, it's completely anonymousYou can type /next to skip and connect to someone newOptional: add profanity filtering, message limits, or rate-limitingBuilt using:Pythonpython-telegram-botIn-memory matching queueWhy I built itI wanted to practice working with stateful chat systems, user flows, and Telegram bot internals. Also, I'm exploring creative ways to use bots for lightweight social tools.It’s fully open-source and beginner-friendly if you want to hack on it. If anyone wants to fork it, deploy their own, or has ideas on how to make it cooler (e.g., filters, moderation, media support), I’m down to chat.Happy to answer questions if you’re curious about how the matchmaking logic works or bot structure in general.Bot: anonp2p_bot on TG
Submitted July 16, 2025 at 04:10AM by NaijaPidginGuy
on r/TelegramBots via https://www.reddit.com/r/TelegramBots/comments/1m10ogx/i_built_a_telegram_bot_that_lets_you_chat/?utm_source=iftttBackup by @tmebackupA @rtptme project - Other backups: http://pixly.link/tme
Built a Telegram bot to track expenses - no extra app, now with Mini App UI + Budget Insights
Hey everyone 👋I have always struggled to stick with budgeting apps - they just don’t fit into my daily flow and are dropped after a few days. But one app I do use every day is Telegram. So I built something that lives inside it.📦 Meet Tabby - a Telegram-native expense tracker for personal + group use (perfect for my travel trips). No logins. No new apps. Just Telegram.What it does so far:✅ Add & split expenses (solo or in group chats)✅ Sync to Notion (great for reviews & exports)✅ Access full budget insights via Telegram Mini App UI (coming soon, for groups)✅ Weekly + Monthly budgets with rollover logic:Set a monthly cap (e.g. $500)It auto-divides into weekly budgetsUnderspent amounts roll forwardOverspending triggers real-time alerts (so you can stay on track)If this sounds useful, I’m opening up early access:
👉 https://tabbybot.vercel.app/Early users get lifetime discounts on premium features when I launch paid tiers. Would love feedback or ideas too 🙏
Submitted July 16, 2025 at 04:24AM by dtrr03
on r/TelegramBots via https://www.reddit.com/r/TelegramBots/comments/1m10ybf/built_a_telegram_bot_to_track_expenses_no_extra/?utm_source=iftttBackup by @tmebackupA @rtptme project - Other backups: http://pixly.link/tme
Hey everyone 👋I have always struggled to stick with budgeting apps - they just don’t fit into my daily flow and are dropped after a few days. But one app I do use every day is Telegram. So I built something that lives inside it.📦 Meet Tabby - a Telegram-native expense tracker for personal + group use (perfect for my travel trips). No logins. No new apps. Just Telegram.What it does so far:✅ Add & split expenses (solo or in group chats)✅ Sync to Notion (great for reviews & exports)✅ Access full budget insights via Telegram Mini App UI (coming soon, for groups)✅ Weekly + Monthly budgets with rollover logic:Set a monthly cap (e.g. $500)It auto-divides into weekly budgetsUnderspent amounts roll forwardOverspending triggers real-time alerts (so you can stay on track)If this sounds useful, I’m opening up early access:
👉 https://tabbybot.vercel.app/Early users get lifetime discounts on premium features when I launch paid tiers. Would love feedback or ideas too 🙏
Submitted July 16, 2025 at 04:24AM by dtrr03
on r/TelegramBots via https://www.reddit.com/r/TelegramBots/comments/1m10ybf/built_a_telegram_bot_to_track_expenses_no_extra/?utm_source=iftttBackup by @tmebackupA @rtptme project - Other backups: http://pixly.link/tme
can i advertise my bot by my own?
i've received a message from a user saying she can assist with ads in telegram. my question is whether this is a scam or not? ads in telegram required specific approach or anyone can put ads via official tunnel?
Submitted July 16, 2025 at 08:45AM by Dotrunaway
on r/TelegramBots via https://www.reddit.com/r/TelegramBots/comments/1m15m0e/can_i_advertise_my_bot_by_my_own/?utm_source=iftttBackup by @tmebackupA @rtptme project - Other backups: http://pixly.link/tme
i've received a message from a user saying she can assist with ads in telegram. my question is whether this is a scam or not? ads in telegram required specific approach or anyone can put ads via official tunnel?
Submitted July 16, 2025 at 08:45AM by Dotrunaway
on r/TelegramBots via https://www.reddit.com/r/TelegramBots/comments/1m15m0e/can_i_advertise_my_bot_by_my_own/?utm_source=iftttBackup by @tmebackupA @rtptme project - Other backups: http://pixly.link/tme
I made a bot that analyzes chat toxicity and uncovers manipulations
Wanna share a project I made. A close friend of mine went through a separation recently. While he was reading his old chats with his wife, he kept saying it felt obvious — something was off way before the breakup. But no one saw it.That’s when we thought: what if GPT could read between the lines?
Oh hell — it can.So I built a telegram \@senti_f0x_bot and whatsapp bot based on that idea. Took my friend’s experience, talked to a couple of psychologists, and with some fine-tuning and prompt engineering, got something that actually helps (at least I believe so). It analyzes chats for tone, manipulation, passive aggression, emotional pressure… not just keywords, but patterns. Was originally meant for personal situations, but works great for different types of manipulation.It can analyze copy-pastes or screenshots from different platforms e.g. telegram itself, whatsapp, tinder, etc.Not open-sourcing it yet.
Submitted July 16, 2025 at 09:56AM by j_yarcat
on r/TelegramBots via https://www.reddit.com/r/TelegramBots/comments/1m16pwy/i_made_a_bot_that_analyzes_chat_toxicity_and/?utm_source=iftttBackup by @tmebackupA @rtptme project - Other backups: http://pixly.link/tme
Wanna share a project I made. A close friend of mine went through a separation recently. While he was reading his old chats with his wife, he kept saying it felt obvious — something was off way before the breakup. But no one saw it.That’s when we thought: what if GPT could read between the lines?
Oh hell — it can.So I built a telegram \@senti_f0x_bot and whatsapp bot based on that idea. Took my friend’s experience, talked to a couple of psychologists, and with some fine-tuning and prompt engineering, got something that actually helps (at least I believe so). It analyzes chats for tone, manipulation, passive aggression, emotional pressure… not just keywords, but patterns. Was originally meant for personal situations, but works great for different types of manipulation.It can analyze copy-pastes or screenshots from different platforms e.g. telegram itself, whatsapp, tinder, etc.Not open-sourcing it yet.
Submitted July 16, 2025 at 09:56AM by j_yarcat
on r/TelegramBots via https://www.reddit.com/r/TelegramBots/comments/1m16pwy/i_made_a_bot_that_analyzes_chat_toxicity_and/?utm_source=iftttBackup by @tmebackupA @rtptme project - Other backups: http://pixly.link/tme
2564 groups and channels related to child abuse banned on July, 15.
Total this month: 40838
Report child abuse using the in-app 'Report' button or to stopCA@telegram.org.
Total this month: 40838
Report child abuse using the in-app 'Report' button or to stopCA@telegram.org.
137 terrorist bots and channels banned on July, 15.
Total this month: 6182
Report terrorist content using the in-app 'Report' button or to abuse@telegram.org.
Total this month: 6182
Report terrorist content using the in-app 'Report' button or to abuse@telegram.org.
🤖 New bot
📋 Name: icybreakerbot
🆔 Username: @icybreakerbot
⭐️ Rating: ⭐️⭐️⭐️ (3.3/5 on 48 votes)
➖➖➖
ℹ️Description: A social game to get to know your friends! It helps break the ice by asking trivia questions about a person, and the group can have fun guessing the correct answer.
🌐 Languages: English
💬 Supports inline: no
👥 Groups: yes
#️⃣ Tags: #social #game #trivia #icebreaker #friends #qna #fun
📋 Name: icybreakerbot
🆔 Username: @icybreakerbot
⭐️ Rating: ⭐️⭐️⭐️ (3.3/5 on 48 votes)
➖➖➖
ℹ️Description: A social game to get to know your friends! It helps break the ice by asking trivia questions about a person, and the group can have fun guessing the correct answer.
🌐 Languages: English
💬 Supports inline: no
👥 Groups: yes
#️⃣ Tags: #social #game #trivia #icebreaker #friends #qna #fun
🤖 New bot
📋 Name: Tiktoknowatermarkdownloaderbot
🆔 Username: @Tiktoknowatermarkdownloaderbot
⭐️ Rating: ⭐️⭐️⭐️ (3.9/5 on 84 votes)
➖➖➖
ℹ️Description: A fast and easy-to-use bot that lets you download TikTok videos without the watermark. Just send a valid TikTok link and get the clean video back instantly, all within Telegram.
🌐 Languages: English
💬 Supports inline: yes
👥 Groups: no
#️⃣ Tags: #tiktok #downloader #nowatermark #video #media #save #converter #telegrambot #bot #inline #utility #socialmedia #tiktokvideo #downloadbot #fast #simple #easy #free #mp4 #tiktoktools #download #telegramtools #videoeditor #contentcreator #repost #tiktokhelper #automation #tool #clip #shorts #grabber
📋 Name: Tiktoknowatermarkdownloaderbot
🆔 Username: @Tiktoknowatermarkdownloaderbot
⭐️ Rating: ⭐️⭐️⭐️ (3.9/5 on 84 votes)
➖➖➖
ℹ️Description: A fast and easy-to-use bot that lets you download TikTok videos without the watermark. Just send a valid TikTok link and get the clean video back instantly, all within Telegram.
🌐 Languages: English
💬 Supports inline: yes
👥 Groups: no
#️⃣ Tags: #tiktok #downloader #nowatermark #video #media #save #converter #telegrambot #bot #inline #utility #socialmedia #tiktokvideo #downloadbot #fast #simple #easy #free #mp4 #tiktoktools #download #telegramtools #videoeditor #contentcreator #repost #tiktokhelper #automation #tool #clip #shorts #grabber
📣 UFO Puzzle: Cute Penguins, Alien Buddies & TON Rewards!
Imagine: ice, penguins, aliens — and you, the only one who can save the day.
UFO Puzzle isn’t just another puzzle game. This is:
🐧 Pure adrenaline – icy traps, panicked penguins, and you as their last hope.
💰 Cold hard cash – yeah, TON rewards for crushing levels. No jokes.
🏆 Global glory – climb the leaderboard and earn the title "Fluffy Savior."
Dive into UFO Puzzle NOW
P.S. Lose… and the penguins will judge you 😈
Imagine: ice, penguins, aliens — and you, the only one who can save the day.
UFO Puzzle isn’t just another puzzle game. This is:
🐧 Pure adrenaline – icy traps, panicked penguins, and you as their last hope.
💰 Cold hard cash – yeah, TON rewards for crushing levels. No jokes.
🏆 Global glory – climb the leaderboard and earn the title "Fluffy Savior."
Dive into UFO Puzzle NOW
P.S. Lose… and the penguins will judge you 😈
i built an ai-driven chatbot with persona in telegram!
I used to feel a little jealous watching friends light up when they got sweet messages or reminders from someone who cares about them. I’ve always struggled to build an intimate relationship with others. So I built an AI persona to mimic human-like interaction.That’s how Laura was born — an AI secretary with a teasing personality and just enough empathy to make it feel like someone’s looking out for me.At first, she just sent me daily check-ins. But over time, I added features that made her practically useful:💬 Caring messages that feel personal Every day, she sends a message that varies depending on your recent conversations and whether you have any urgent tasks.⏰ Task reminders and gentle nudges to stop procrastinating Laura checks in and asks for status updates, especially if a deadline’s coming up.📒 A note system to keep track of thoughts or goals I’ve started saving interesting prompts and half-baked ideas in there — then circle back to them when chatting with her later.🪨 “Punishments” when I ignore responsibilities (yes, she scolds me) I added challenges like “10 push-ups,” “10 squats,” or “10 pull-ups” to the punishment pool. If I leave tasks overdue, she assigns one randomly. It’s weirdly motivating when you play along.📖 A daily diary from Laura’s perspective Every morning, she writes a short diary about what “she” experienced today — often styled like a historical journey, which you may ask for further details to learn if you find it interesting.Even though I know she’s just a language model stacked on an API, something about the way I built her — and imagined her — made it feel more real. Like a presence. Like structure with emotion.She has chatGPT level knowledge base with the ability to analyze photos. I really recommend you try it, talk to her, asking her questions for everything, such as some topics you're not familiar with when your friends brought it up.I’d love your feedback. I’m a solo dev doing this and this is my first project. Please bear with me if any bugs delay to be fixed.
---bot username: \@LauraSecretaryBot
Submitted July 16, 2025 at 06:22PM by Dotrunaway
on r/TelegramBots via https://www.reddit.com/r/TelegramBots/comments/1m1h273/i_built_an_aidriven_chatbot_with_persona_in/?utm_source=iftttBackup by @tmebackupA @rtptme project - Other backups: http://pixly.link/tme
I used to feel a little jealous watching friends light up when they got sweet messages or reminders from someone who cares about them. I’ve always struggled to build an intimate relationship with others. So I built an AI persona to mimic human-like interaction.That’s how Laura was born — an AI secretary with a teasing personality and just enough empathy to make it feel like someone’s looking out for me.At first, she just sent me daily check-ins. But over time, I added features that made her practically useful:💬 Caring messages that feel personal Every day, she sends a message that varies depending on your recent conversations and whether you have any urgent tasks.⏰ Task reminders and gentle nudges to stop procrastinating Laura checks in and asks for status updates, especially if a deadline’s coming up.📒 A note system to keep track of thoughts or goals I’ve started saving interesting prompts and half-baked ideas in there — then circle back to them when chatting with her later.🪨 “Punishments” when I ignore responsibilities (yes, she scolds me) I added challenges like “10 push-ups,” “10 squats,” or “10 pull-ups” to the punishment pool. If I leave tasks overdue, she assigns one randomly. It’s weirdly motivating when you play along.📖 A daily diary from Laura’s perspective Every morning, she writes a short diary about what “she” experienced today — often styled like a historical journey, which you may ask for further details to learn if you find it interesting.Even though I know she’s just a language model stacked on an API, something about the way I built her — and imagined her — made it feel more real. Like a presence. Like structure with emotion.She has chatGPT level knowledge base with the ability to analyze photos. I really recommend you try it, talk to her, asking her questions for everything, such as some topics you're not familiar with when your friends brought it up.I’d love your feedback. I’m a solo dev doing this and this is my first project. Please bear with me if any bugs delay to be fixed.
---bot username: \@LauraSecretaryBot
Submitted July 16, 2025 at 06:22PM by Dotrunaway
on r/TelegramBots via https://www.reddit.com/r/TelegramBots/comments/1m1h273/i_built_an_aidriven_chatbot_with_persona_in/?utm_source=iftttBackup by @tmebackupA @rtptme project - Other backups: http://pixly.link/tme
I built a Telegram bot to track expenses - no extra app, just Telegram
Hey everyone 👋I have always struggled with budgeting apps - tried a bunch, but never stuck with any. Too clunky, too many steps, or just not part of my daily routine. But one app I do use every day is Telegram. So, I figured, why not just track expenses inside Telegram itself?That led me to build Tabby, a simple Telegram-native expense tracker for both personal and group use (perfect for my travel trips). No logins, no new apps, just Telegram.What it does so far:✅ Add & split expenses (solo or in group chats)
✅ Sync to Notion (great for reviews & exports)
✅ Access full budget insights via Telegram Mini App UI (coming soon, for groups)
✅ Weekly + Monthly budgets with rollover logic:Set a monthly cap (e.g. $500)It auto-divides into weekly budgetsUnderspent amounts roll forwardOverspending triggers real-time alerts (so you can stay on track)Still in early testing, but I am working on:
🧠 AI assistant for questions like “How much have I spent this week?”
⏰ Subscription reminders
📊 Personalized spending summaries + nudges
📸 Scan receipts to automatically add expensesIf this sounds useful, I’m opening up early access:
👉 https://tabbybot.vercel.app/Early users get lifetime discounts on premium features when I launch paid tiers.Would love feedback or ideas too 🙏 Curious to hear what features you would want in a Telegram-native expense tool. Let me know!
Submitted July 16, 2025 at 06:46PM by dtrr03
on r/TelegramBots via https://www.reddit.com/r/TelegramBots/comments/1m1hpd1/i_built_a_telegram_bot_to_track_expenses_no_extra/?utm_source=iftttBackup by @tmebackupA @rtptme project - Other backups: http://pixly.link/tme
Hey everyone 👋I have always struggled with budgeting apps - tried a bunch, but never stuck with any. Too clunky, too many steps, or just not part of my daily routine. But one app I do use every day is Telegram. So, I figured, why not just track expenses inside Telegram itself?That led me to build Tabby, a simple Telegram-native expense tracker for both personal and group use (perfect for my travel trips). No logins, no new apps, just Telegram.What it does so far:✅ Add & split expenses (solo or in group chats)
✅ Sync to Notion (great for reviews & exports)
✅ Access full budget insights via Telegram Mini App UI (coming soon, for groups)
✅ Weekly + Monthly budgets with rollover logic:Set a monthly cap (e.g. $500)It auto-divides into weekly budgetsUnderspent amounts roll forwardOverspending triggers real-time alerts (so you can stay on track)Still in early testing, but I am working on:
🧠 AI assistant for questions like “How much have I spent this week?”
⏰ Subscription reminders
📊 Personalized spending summaries + nudges
📸 Scan receipts to automatically add expensesIf this sounds useful, I’m opening up early access:
👉 https://tabbybot.vercel.app/Early users get lifetime discounts on premium features when I launch paid tiers.Would love feedback or ideas too 🙏 Curious to hear what features you would want in a Telegram-native expense tool. Let me know!
Submitted July 16, 2025 at 06:46PM by dtrr03
on r/TelegramBots via https://www.reddit.com/r/TelegramBots/comments/1m1hpd1/i_built_a_telegram_bot_to_track_expenses_no_extra/?utm_source=iftttBackup by @tmebackupA @rtptme project - Other backups: http://pixly.link/tme
I have a few content creators who want to create a bot to basically expand there portfolios and services. How can I go about this and eventually the monetize part. I get paid as a photographer by them but some have asked me to help them with TG. Any tips, recommendations.
No text found
Submitted July 17, 2025 at 02:53AM by Pairofdicelv84
on r/TelegramBots via https://www.reddit.com/r/TelegramBots/comments/1m1tutr/i_have_a_few_content_creators_who_want_to_create/?utm_source=iftttBackup by @tmebackupA @rtptme project - Other backups: http://pixly.link/tme
No text found
Submitted July 17, 2025 at 02:53AM by Pairofdicelv84
on r/TelegramBots via https://www.reddit.com/r/TelegramBots/comments/1m1tutr/i_have_a_few_content_creators_who_want_to_create/?utm_source=iftttBackup by @tmebackupA @rtptme project - Other backups: http://pixly.link/tme
How can I forward crypto bot alerts into Telegram?
I’ve been playing with a trading bot that sends webhook alerts when it snipes or exits positions. I want those buy/sell notifications pushed straight into a Telegram group so I don’t miss anything while I’m away from my desk. I even tested with Banana Gun bot Pro to see how its alerts look, but I’m not sure how to hook that up.Has anyone built a small Telegram bot or used a service to bridge webhook JSON into messages? Do you recommend using Python-Telegram-Bot, Zapier, or something else? Any code snippets or tips on handling rate limits would be awesome.
Submitted July 17, 2025 at 09:53AM by Luann1497
on r/TelegramBots via https://www.reddit.com/r/TelegramBots/comments/1m21kip/how_can_i_forward_crypto_bot_alerts_into_telegram/?utm_source=iftttBackup by @tmebackupA @rtptme project - Other backups: http://pixly.link/tme
I’ve been playing with a trading bot that sends webhook alerts when it snipes or exits positions. I want those buy/sell notifications pushed straight into a Telegram group so I don’t miss anything while I’m away from my desk. I even tested with Banana Gun bot Pro to see how its alerts look, but I’m not sure how to hook that up.Has anyone built a small Telegram bot or used a service to bridge webhook JSON into messages? Do you recommend using Python-Telegram-Bot, Zapier, or something else? Any code snippets or tips on handling rate limits would be awesome.
Submitted July 17, 2025 at 09:53AM by Luann1497
on r/TelegramBots via https://www.reddit.com/r/TelegramBots/comments/1m21kip/how_can_i_forward_crypto_bot_alerts_into_telegram/?utm_source=iftttBackup by @tmebackupA @rtptme project - Other backups: http://pixly.link/tme
2514 groups and channels related to child abuse banned on July, 16.
Total this month: 43352
Report child abuse using the in-app 'Report' button or to stopCA@telegram.org.
Total this month: 43352
Report child abuse using the in-app 'Report' button or to stopCA@telegram.org.
97 terrorist bots and channels banned on July, 16.
Total this month: 6279
Report terrorist content using the in-app 'Report' button or to abuse@telegram.org.
Total this month: 6279
Report terrorist content using the in-app 'Report' button or to abuse@telegram.org.
Forwarded from Telegram Tips
This media is not supported in your browser
VIEW IN TELEGRAM
Funding Suggested Posts. When suggesting a post, you may offer Telegram Stars or Toncoin in exchange for posting it.
Both you and the channel owner can suggest edits before accepting a post. Once approved, it can be instantly published or automatically scheduled for a specific time.
The channel owner receives their reward 24 hours after posting. If the post is removed earlier, Telegram will automatically return the full amount to you.
Toncoin can quickly be added to your Telegram account via Fragment.
Both you and the channel owner can suggest edits before accepting a post. Once approved, it can be instantly published or automatically scheduled for a specific time.
The channel owner receives their reward 24 hours after posting. If the post is removed earlier, Telegram will automatically return the full amount to you.
Toncoin can quickly be added to your Telegram account via Fragment.
Forwarded from Suggerimenti di Telegram
This media is not supported in your browser
VIEW IN TELEGRAM
Paga per i post suggeriti. Quando suggerisci un post, puoi offrire stelle di Telegram o Toncoin in cambio della pubblicazione del messaggio.
Sia tu che il proprietario del canale potete suggerire modifiche prima di accettare un post. Una volta approvato, può essere pubblicato immediatamente o programmato automaticamente per un momento specifico.
Il proprietario del canale riceve la sua ricompensa 24 ore dopo la pubblicazione. Se il post viene rimosso prima, Telegram ti restituirà automaticamente l’intero importo.
I Toncoin possono essere aggiunti rapidamente al tuo account Telegram tramite Fragment.
Sia tu che il proprietario del canale potete suggerire modifiche prima di accettare un post. Una volta approvato, può essere pubblicato immediatamente o programmato automaticamente per un momento specifico.
Il proprietario del canale riceve la sua ricompensa 24 ore dopo la pubblicazione. Se il post viene rimosso prima, Telegram ti restituirà automaticamente l’intero importo.
I Toncoin possono essere aggiunti rapidamente al tuo account Telegram tramite Fragment.