smart saved messages
working on a bot that is basically your categorised saved messages in telegram. currently works with (stores):-links-posts-files-todos-reminders— planned to make auto category detection (now manual copy-paste and folder choicehas an admin bot for managing the main one from anywhere and any devicecapable of:-blacklisting users-deleting their data (if banned use that and free space)-promoting/demoting admins -trusted/untrusted admins (untrusted require owner approval before any action is taken)more features coming, the thing was started less than a week agoany suggestions/questions welcome! unfortunately cannot have you guys test it as it isn’t hosted yet and works from my laptop
Submitted January 26, 2026 at 06:56PM by makkegor01
on r/TelegramBots via https://www.reddit.com/r/TelegramBots/comments/1qnneaw/smart_saved_messages/?utm_source=iftttBackup by @tmebackupA @rtptme project - Other backups: http://pixly.link/tme
working on a bot that is basically your categorised saved messages in telegram. currently works with (stores):-links-posts-files-todos-reminders— planned to make auto category detection (now manual copy-paste and folder choicehas an admin bot for managing the main one from anywhere and any devicecapable of:-blacklisting users-deleting their data (if banned use that and free space)-promoting/demoting admins -trusted/untrusted admins (untrusted require owner approval before any action is taken)more features coming, the thing was started less than a week agoany suggestions/questions welcome! unfortunately cannot have you guys test it as it isn’t hosted yet and works from my laptop
Submitted January 26, 2026 at 06:56PM by makkegor01
on r/TelegramBots via https://www.reddit.com/r/TelegramBots/comments/1qnneaw/smart_saved_messages/?utm_source=iftttBackup by @tmebackupA @rtptme project - Other backups: http://pixly.link/tme
Where do you host Telegram bots with higher RAM requirements?
I’m building a Telegram bot using Python and aiogram (polling). The bot works with AI for processing photos and videos, so 512 MB of RAM is definitely not enough. Right now it’s aimed at a small number of users, but if it somehow gets popular, I’m totally fine with upgrading to a more powerful plan or even moving to a different host.I’m curious where you host your Telegram bots in practice. Are there any free or cheap options that actually work well for this kind of setup? And when it comes to paid hosting, which providers would you recommend for a bot like this?I’d really appreciate hearing about real-world experience — what you’re using now and why. Thanks!
Submitted January 26, 2026 at 09:58PM by dmetroo
on r/TelegramBots via https://www.reddit.com/r/TelegramBots/comments/1qnspxr/where_do_you_host_telegram_bots_with_higher_ram/?utm_source=iftttBackup by @tmebackupA @rtptme project - Other backups: http://pixly.link/tme
I’m building a Telegram bot using Python and aiogram (polling). The bot works with AI for processing photos and videos, so 512 MB of RAM is definitely not enough. Right now it’s aimed at a small number of users, but if it somehow gets popular, I’m totally fine with upgrading to a more powerful plan or even moving to a different host.I’m curious where you host your Telegram bots in practice. Are there any free or cheap options that actually work well for this kind of setup? And when it comes to paid hosting, which providers would you recommend for a bot like this?I’d really appreciate hearing about real-world experience — what you’re using now and why. Thanks!
Submitted January 26, 2026 at 09:58PM by dmetroo
on r/TelegramBots via https://www.reddit.com/r/TelegramBots/comments/1qnspxr/where_do_you_host_telegram_bots_with_higher_ram/?utm_source=iftttBackup by @tmebackupA @rtptme project - Other backups: http://pixly.link/tme
TIL you can actually use Telegram Stars to get Premium for yourself
I always thought Telegram Stars were only for gifting premium to other people.
If you wanted premium for yourself card only. End of story.Turns out that’s not true.I had Stars just sitting there unused and found a way to activate premium for myself using them. No card, took like a 15sec, premium showed up instantly.Kind of wild this isn’t more obvious.
Not dropping links here to avoid spam, but if anyone’s curious, the name is PremiumForStarsBot.Posting in case this helps someone else who’s been hoarding stars for no reason.
Submitted January 26, 2026 at 11:21PM by Dasha-zest
on r/TelegramBots via https://www.reddit.com/r/TelegramBots/comments/1qnv1pe/til_you_can_actually_use_telegram_stars_to_get/?utm_source=iftttBackup by @tmebackupA @rtptme project - Other backups: http://pixly.link/tme
I always thought Telegram Stars were only for gifting premium to other people.
If you wanted premium for yourself card only. End of story.Turns out that’s not true.I had Stars just sitting there unused and found a way to activate premium for myself using them. No card, took like a 15sec, premium showed up instantly.Kind of wild this isn’t more obvious.
Not dropping links here to avoid spam, but if anyone’s curious, the name is PremiumForStarsBot.Posting in case this helps someone else who’s been hoarding stars for no reason.
Submitted January 26, 2026 at 11:21PM by Dasha-zest
on r/TelegramBots via https://www.reddit.com/r/TelegramBots/comments/1qnv1pe/til_you_can_actually_use_telegram_stars_to_get/?utm_source=iftttBackup by @tmebackupA @rtptme project - Other backups: http://pixly.link/tme
New Ai bot
https://nudeme.cc?t=CV&bot=NudeHerVideo2Bot&start=7896362537
Submitted January 27, 2026 at 11:44AM by Kkm906883
on r/TelegramBots via https://www.reddit.com/r/TelegramBots/comments/1qoaibl/new_ai_bot/?utm_source=iftttBackup by @tmebackupA @rtptme project - Other backups: http://pixly.link/tme
https://nudeme.cc?t=CV&bot=NudeHerVideo2Bot&start=7896362537
Submitted January 27, 2026 at 11:44AM by Kkm906883
on r/TelegramBots via https://www.reddit.com/r/TelegramBots/comments/1qoaibl/new_ai_bot/?utm_source=iftttBackup by @tmebackupA @rtptme project - Other backups: http://pixly.link/tme
Running Clawdbot locally is easy. Keeping it alive is not.
I’ve been experimenting with Clawdbot for a while now, and from an AI capability point of view, it’s honestly impressive. It can research, monitor things, respond on Telegram, and behave like an actual assistant instead of just replying with text.But there’s a problem that shows up very quickly.Local setups don’t last.As long as your laptop is on, the terminal is open, and nothing crashes, everything works fine. The moment your system sleeps, reboots, or you close a session by mistake, the assistant is gone. That’s okay for demos, but it completely breaks the idea of an always-on AI assistant.That’s when I realized the issue wasn’t Clawdbot itself.
It was where I was running it.What I ended up doingInstead of tweaking the local setup endlessly, I moved Clawdbot to a free AWS EC2 VPS. The goal wasn’t performance or scaling — it was reliability.Once it was on a VPS, a few things immediately became clearer:Memory matters more than CPU for this kind of agentNode.js versions can quietly break the setup if you’re not carefulTelegram integration has a common onboarding bug that needs fixingLeaving things unsecured is a bad idea when the bot runs 24×7After deployment, Clawdbot finally behaved like a real assistant.
It stayed online, kept responding, and didn’t need babysitting.How I set it upI used AWS free tier to spin up an EC2 instance and installed everything step by step instead of relying on shortcuts.At a high level, the process looked like this:· Launch a suitable EC2 instance with enough RAM
· Set up Node.js properly on the VPS
· Install Clawdbot and complete onboarding
· Fix the Telegram setup issue
· Lock things down so random access isn’t possibleThere were a couple of small hiccups, but nothing too complex. The biggest time sink was fixing things I didn’t even notice in the local setup because they never showed up until the bot ran unattended.Why this actually mattersIf you’re just testing Clawdbot for fun, running it locally is fine.But if you expect it to monitor things, send updates, or behave like a background assistant, local setups don’t scale mentally or technically.Running it on a VPS changes the mindset completely.
You stop thinking of it as a script and start treating it like infrastructure.Full walkthrough if you want to try itI didn’t find many clear, beginner-friendly walkthroughs for this, so I recorded a full tutorial showing the entire process — from AWS setup to a working Telegram-connected Clawdbot.Here’s the video if you want to check it out:
https://www.youtube.com/watch?v=_6ekmb0kiE8Happy to answer questions if anyone here is running Clawdbot already or planning to move their AI agents off local machines.
Submitted January 27, 2026 at 12:16PM by kalladaacademy
on r/TelegramBots via https://www.reddit.com/r/TelegramBots/comments/1qob3lz/running_clawdbot_locally_is_easy_keeping_it_alive/?utm_source=iftttBackup by @tmebackupA @rtptme project - Other backups: http://pixly.link/tme
I’ve been experimenting with Clawdbot for a while now, and from an AI capability point of view, it’s honestly impressive. It can research, monitor things, respond on Telegram, and behave like an actual assistant instead of just replying with text.But there’s a problem that shows up very quickly.Local setups don’t last.As long as your laptop is on, the terminal is open, and nothing crashes, everything works fine. The moment your system sleeps, reboots, or you close a session by mistake, the assistant is gone. That’s okay for demos, but it completely breaks the idea of an always-on AI assistant.That’s when I realized the issue wasn’t Clawdbot itself.
It was where I was running it.What I ended up doingInstead of tweaking the local setup endlessly, I moved Clawdbot to a free AWS EC2 VPS. The goal wasn’t performance or scaling — it was reliability.Once it was on a VPS, a few things immediately became clearer:Memory matters more than CPU for this kind of agentNode.js versions can quietly break the setup if you’re not carefulTelegram integration has a common onboarding bug that needs fixingLeaving things unsecured is a bad idea when the bot runs 24×7After deployment, Clawdbot finally behaved like a real assistant.
It stayed online, kept responding, and didn’t need babysitting.How I set it upI used AWS free tier to spin up an EC2 instance and installed everything step by step instead of relying on shortcuts.At a high level, the process looked like this:· Launch a suitable EC2 instance with enough RAM
· Set up Node.js properly on the VPS
· Install Clawdbot and complete onboarding
· Fix the Telegram setup issue
· Lock things down so random access isn’t possibleThere were a couple of small hiccups, but nothing too complex. The biggest time sink was fixing things I didn’t even notice in the local setup because they never showed up until the bot ran unattended.Why this actually mattersIf you’re just testing Clawdbot for fun, running it locally is fine.But if you expect it to monitor things, send updates, or behave like a background assistant, local setups don’t scale mentally or technically.Running it on a VPS changes the mindset completely.
You stop thinking of it as a script and start treating it like infrastructure.Full walkthrough if you want to try itI didn’t find many clear, beginner-friendly walkthroughs for this, so I recorded a full tutorial showing the entire process — from AWS setup to a working Telegram-connected Clawdbot.Here’s the video if you want to check it out:
https://www.youtube.com/watch?v=_6ekmb0kiE8Happy to answer questions if anyone here is running Clawdbot already or planning to move their AI agents off local machines.
Submitted January 27, 2026 at 12:16PM by kalladaacademy
on r/TelegramBots via https://www.reddit.com/r/TelegramBots/comments/1qob3lz/running_clawdbot_locally_is_easy_keeping_it_alive/?utm_source=iftttBackup by @tmebackupA @rtptme project - Other backups: http://pixly.link/tme
Cloud
Does anyone here use NephoBot? Does anyone find it safe? Do you think it's good?
Submitted January 27, 2026 at 03:54PM by Master-Credit-3900
on r/TelegramBots via https://www.reddit.com/r/TelegramBots/comments/1qofzon/cloud/?utm_source=iftttBackup by @tmebackupA @rtptme project - Other backups: http://pixly.link/tme
Does anyone here use NephoBot? Does anyone find it safe? Do you think it's good?
Submitted January 27, 2026 at 03:54PM by Master-Credit-3900
on r/TelegramBots via https://www.reddit.com/r/TelegramBots/comments/1qofzon/cloud/?utm_source=iftttBackup by @tmebackupA @rtptme project - Other backups: http://pixly.link/tme
How to enable Topics in DMs? Botfather doesn't have this option for my bots
Hey folks, trying to get streaming and topics working in my bot and I can't find a way to turn on the new (Dec 31) feature to enable topics in DMs + streaming. Anyone had any success so far? I've tried Mobile (updated to latest app store), Desktop, Mac Desktop and Web, and none of these have "enable topics" button anywhere I can figure out.I really wanna see streaming with Moltybot, any idea how to enable this on TG?
Submitted January 27, 2026 at 07:58PM by altryne
on r/TelegramBots via https://www.reddit.com/r/TelegramBots/comments/1qomzke/how_to_enable_topics_in_dms_botfather_doesnt_have/?utm_source=iftttBackup by @tmebackupA @rtptme project - Other backups: http://pixly.link/tme
Hey folks, trying to get streaming and topics working in my bot and I can't find a way to turn on the new (Dec 31) feature to enable topics in DMs + streaming. Anyone had any success so far? I've tried Mobile (updated to latest app store), Desktop, Mac Desktop and Web, and none of these have "enable topics" button anywhere I can figure out.I really wanna see streaming with Moltybot, any idea how to enable this on TG?
Submitted January 27, 2026 at 07:58PM by altryne
on r/TelegramBots via https://www.reddit.com/r/TelegramBots/comments/1qomzke/how_to_enable_topics_in_dms_botfather_doesnt_have/?utm_source=iftttBackup by @tmebackupA @rtptme project - Other backups: http://pixly.link/tme
Created a telegram bot that alerts in real time for northern lights in Tromso!
https://www.reddit.com/gallery/1qorwyd
Submitted January 27, 2026 at 10:55PM by chocoroboto
on r/TelegramBots via https://www.reddit.com/r/TelegramBots/comments/1qoryo5/created_a_telegram_bot_that_alerts_in_real_time/?utm_source=iftttBackup by @tmebackupA @rtptme project - Other backups: http://pixly.link/tme
https://www.reddit.com/gallery/1qorwyd
Submitted January 27, 2026 at 10:55PM by chocoroboto
on r/TelegramBots via https://www.reddit.com/r/TelegramBots/comments/1qoryo5/created_a_telegram_bot_that_alerts_in_real_time/?utm_source=iftttBackup by @tmebackupA @rtptme project - Other backups: http://pixly.link/tme
Multi-persona companion, separate 1:1 chats (trying to avoid "generic AI" vibes)
Hi everyone o/I really got tired of companion/chat bots wave, that feel like "assistant mode" or "customer support": long paragraphs, overly polished tone, and weird pacing. So I’m testing a more humanized approach: short messages, more natural timing, and each persona having a separate 1:1 chat (instead of switching personas in one lobby thread). In the GIF: you’ll see the persona list, then opening a private chat with Lia and a normal conversationThe goal is to feel like an actual companion, you choose the vibe (friend/crush/support), your preferences/orientation, and how spicy or chill the conversation is. It can do hotter/flirty chats, but only if you lead it there, nothing is forced or pushed on you.I’m building this with community feedback, so I’d love your feedback :)If anyone’s down to try it and roast it honestly: Nexa Companions
Submitted January 28, 2026 at 06:20PM by konekochan002
on r/TelegramBots via https://www.reddit.com/r/TelegramBots/comments/1qphls9/multipersona_companion_separate_11_chats_trying/?utm_source=iftttBackup by @tmebackupA @rtptme project - Other backups: http://pixly.link/tme
Hi everyone o/I really got tired of companion/chat bots wave, that feel like "assistant mode" or "customer support": long paragraphs, overly polished tone, and weird pacing. So I’m testing a more humanized approach: short messages, more natural timing, and each persona having a separate 1:1 chat (instead of switching personas in one lobby thread). In the GIF: you’ll see the persona list, then opening a private chat with Lia and a normal conversationThe goal is to feel like an actual companion, you choose the vibe (friend/crush/support), your preferences/orientation, and how spicy or chill the conversation is. It can do hotter/flirty chats, but only if you lead it there, nothing is forced or pushed on you.I’m building this with community feedback, so I’d love your feedback :)If anyone’s down to try it and roast it honestly: Nexa Companions
Submitted January 28, 2026 at 06:20PM by konekochan002
on r/TelegramBots via https://www.reddit.com/r/TelegramBots/comments/1qphls9/multipersona_companion_separate_11_chats_trying/?utm_source=iftttBackup by @tmebackupA @rtptme project - Other backups: http://pixly.link/tme
any way to use a ig/yt downloader bot on a channel?
I use @topsaverbot to download vids from yt and ig. I also have a tiny channel with just my friends and I wanted to add the bot to the channel so I don't have to send links to its dms and then forward them into the channel.but when I do it it just doesn't work. I made the bot an admin and gave it every permission but it won't work.it does see the links and does respond in the discussion gc but that's not what I want, I want it to just respond in the channel.is there a way to make it work? is there another bot to use for this task?
Submitted January 28, 2026 at 10:09PM by hasMRK
on r/TelegramBots via https://www.reddit.com/r/TelegramBots/comments/1qpo3sm/any_way_to_use_a_igyt_downloader_bot_on_a_channel/?utm_source=iftttBackup by @tmebackupA @rtptme project - Other backups: http://pixly.link/tme
I use @topsaverbot to download vids from yt and ig. I also have a tiny channel with just my friends and I wanted to add the bot to the channel so I don't have to send links to its dms and then forward them into the channel.but when I do it it just doesn't work. I made the bot an admin and gave it every permission but it won't work.it does see the links and does respond in the discussion gc but that's not what I want, I want it to just respond in the channel.is there a way to make it work? is there another bot to use for this task?
Submitted January 28, 2026 at 10:09PM by hasMRK
on r/TelegramBots via https://www.reddit.com/r/TelegramBots/comments/1qpo3sm/any_way_to_use_a_igyt_downloader_bot_on_a_channel/?utm_source=iftttBackup by @tmebackupA @rtptme project - Other backups: http://pixly.link/tme
[Help] Telegram bot running on Termux
Hi everyone,I'm currently running a Python Telegram Bot (userbot using Telebot) on an old Xiaomi Mi11 via Termux. I know hosting on a mobile device isn't ideal, but I'm currently unable to invest in a VPS and Oracle Free Tier isn't an option for me.Bot Logic: The bot uses multiple threading.Thread workers to manage different "Flows" (forwarding, media backup, and scheduled posting).
Persistence: It saves queues to JSON files and uses time.sleep() for scheduling posts (intervals of 3200-3800s).
Polling: Using infinity_polling(timeout=90, long_polling_timeout=60).The Problem: Even with Termux Wake Lock acquired and Android Battery Optimization disabled (set to "No Restrictions"), the bot's scheduled queues eventually "freeze." It works perfectly for a while or immediately after a manual restart, but after a long period of inactivity the background threads seem to hang or get throttled by the OS.Since it's a Xiaomi device, I suspect MIUI's aggressive background management might be killing the child threads or the socket connection, even if the main Termux process stays alive.What I've tried:
termux-wake-lock
Disabling all battery optimizations for Termux and Termux:API.
Locking the app in the "Recent Apps" menu.Question: Is there a way to make Python threads more resilient on Android/Termux? Would switching from threading to multiprocessing help, or perhaps a different polling strategy? Any specific Xiaomi/MIUI settings I might have missed that bypass the "No Restrictions" battery toggle?I'd appreciate any insights from anyone who has managed to keep a multi-threaded Python script running 24/7 on Termux.
Submitted January 29, 2026 at 05:48PM by delagostini
on r/TelegramBots via https://www.reddit.com/r/TelegramBots/comments/1qqduy4/help_telegram_bot_running_on_termux/?utm_source=iftttBackup by @tmebackupA @rtptme project - Other backups: http://pixly.link/tme
Hi everyone,I'm currently running a Python Telegram Bot (userbot using Telebot) on an old Xiaomi Mi11 via Termux. I know hosting on a mobile device isn't ideal, but I'm currently unable to invest in a VPS and Oracle Free Tier isn't an option for me.Bot Logic: The bot uses multiple threading.Thread workers to manage different "Flows" (forwarding, media backup, and scheduled posting).
Persistence: It saves queues to JSON files and uses time.sleep() for scheduling posts (intervals of 3200-3800s).
Polling: Using infinity_polling(timeout=90, long_polling_timeout=60).The Problem: Even with Termux Wake Lock acquired and Android Battery Optimization disabled (set to "No Restrictions"), the bot's scheduled queues eventually "freeze." It works perfectly for a while or immediately after a manual restart, but after a long period of inactivity the background threads seem to hang or get throttled by the OS.Since it's a Xiaomi device, I suspect MIUI's aggressive background management might be killing the child threads or the socket connection, even if the main Termux process stays alive.What I've tried:
termux-wake-lock
Disabling all battery optimizations for Termux and Termux:API.
Locking the app in the "Recent Apps" menu.Question: Is there a way to make Python threads more resilient on Android/Termux? Would switching from threading to multiprocessing help, or perhaps a different polling strategy? Any specific Xiaomi/MIUI settings I might have missed that bypass the "No Restrictions" battery toggle?I'd appreciate any insights from anyone who has managed to keep a multi-threaded Python script running 24/7 on Termux.
Submitted January 29, 2026 at 05:48PM by delagostini
on r/TelegramBots via https://www.reddit.com/r/TelegramBots/comments/1qqduy4/help_telegram_bot_running_on_termux/?utm_source=iftttBackup by @tmebackupA @rtptme project - Other backups: http://pixly.link/tme
Building Lovable.dev for telegram bot - Need suggestions
Hello builders,Currently I’m building trif.proA lovable.dev but for telegram not.Create and ship AI powered telegram bots faster.I have launched it and would love to get some feedback- that will help me to build it further.If you guys have any questions - feel free to DMHappy to help.
Submitted January 29, 2026 at 09:17PM by dianehasolt
on r/TelegramBots via https://www.reddit.com/r/TelegramBots/comments/1qqjroh/building_lovabledev_for_telegram_bot_need/?utm_source=iftttBackup by @tmebackupA @rtptme project - Other backups: http://pixly.link/tme
Hello builders,Currently I’m building trif.proA lovable.dev but for telegram not.Create and ship AI powered telegram bots faster.I have launched it and would love to get some feedback- that will help me to build it further.If you guys have any questions - feel free to DMHappy to help.
Submitted January 29, 2026 at 09:17PM by dianehasolt
on r/TelegramBots via https://www.reddit.com/r/TelegramBots/comments/1qqjroh/building_lovabledev_for_telegram_bot_need/?utm_source=iftttBackup by @tmebackupA @rtptme project - Other backups: http://pixly.link/tme
Undress Bot
TeleBOT for image to video ai generation 18+https://nudeme.cc?t=CV&bot=AInude_imageTOvid_bot&start=1182986120
Submitted January 29, 2026 at 09:02PM by Few_Formal_3408
on r/TelegramBots via https://www.reddit.com/r/TelegramBots/comments/1qqjcrd/undress_bot/?utm_source=iftttBackup by @tmebackupA @rtptme project - Other backups: http://pixly.link/tme
TeleBOT for image to video ai generation 18+https://nudeme.cc?t=CV&bot=AInude_imageTOvid_bot&start=1182986120
Submitted January 29, 2026 at 09:02PM by Few_Formal_3408
on r/TelegramBots via https://www.reddit.com/r/TelegramBots/comments/1qqjcrd/undress_bot/?utm_source=iftttBackup by @tmebackupA @rtptme project - Other backups: http://pixly.link/tme
New ai bot
https://indasiealo.click/tg/bot?username=fast_undre_sser_bot&ref_id=7896362537Undress bot with free credits! 👆
Submitted January 30, 2026 at 01:39AM by Kkm906883
on r/TelegramBots via https://www.reddit.com/r/TelegramBots/comments/1qqqfu4/new_ai_bot/?utm_source=iftttBackup by @tmebackupA @rtptme project - Other backups: http://pixly.link/tme
https://indasiealo.click/tg/bot?username=fast_undre_sser_bot&ref_id=7896362537Undress bot with free credits! 👆
Submitted January 30, 2026 at 01:39AM by Kkm906883
on r/TelegramBots via https://www.reddit.com/r/TelegramBots/comments/1qqqfu4/new_ai_bot/?utm_source=iftttBackup by @tmebackupA @rtptme project - Other backups: http://pixly.link/tme
Our ideas keep getting forgotten about or lost on tg group chats so I built an agent.
My friends and I have had 100s of ideas in our group chat for startups, projects, things to do, etc. We share links, brainstorm ideas, discuss projects but we keep forgetting about them or if we remember them it takes 20 minutes to find them.So, I built an agent you can add to your group on TG (and other apps like Whatsapp). Its End-to-end encrypted so the servers can never read the messages. It silently organizes everything in the background like links, ideas, files, action items. Then when we need something, we just ask it: "What was that idea about edge computing?" and it finds it instantly, gives context of the conversation, etc.All the threads of conversations, ideas, action ideas, etc are all organized in a dashboard and they can also be exported to notion, google sheets, etc.It's just used by us right now but we want to know if its worth making public, some feedback on the concept would be great!
Submitted January 30, 2026 at 11:30AM by NoRecognition3349
on r/TelegramBots via https://www.reddit.com/r/TelegramBots/comments/1qr1wbt/our_ideas_keep_getting_forgotten_about_or_lost_on/?utm_source=iftttBackup by @tmebackupA @rtptme project - Other backups: http://pixly.link/tme
My friends and I have had 100s of ideas in our group chat for startups, projects, things to do, etc. We share links, brainstorm ideas, discuss projects but we keep forgetting about them or if we remember them it takes 20 minutes to find them.So, I built an agent you can add to your group on TG (and other apps like Whatsapp). Its End-to-end encrypted so the servers can never read the messages. It silently organizes everything in the background like links, ideas, files, action items. Then when we need something, we just ask it: "What was that idea about edge computing?" and it finds it instantly, gives context of the conversation, etc.All the threads of conversations, ideas, action ideas, etc are all organized in a dashboard and they can also be exported to notion, google sheets, etc.It's just used by us right now but we want to know if its worth making public, some feedback on the concept would be great!
Submitted January 30, 2026 at 11:30AM by NoRecognition3349
on r/TelegramBots via https://www.reddit.com/r/TelegramBots/comments/1qr1wbt/our_ideas_keep_getting_forgotten_about_or_lost_on/?utm_source=iftttBackup by @tmebackupA @rtptme project - Other backups: http://pixly.link/tme
Can't message non-mutual contacts at the moment!
Hi all. I am having an issue with my Telegram account from many days. Whenever, I DM a non-mutual contact, I become able to do so . But, when I message some other guy, Telegram restricts me .My restrictions always get removed after 12 to 24 hours. And whenever I message the spam b*t , it always says that there are no restrictions on me and I'm as free as a bird.
Submitted January 30, 2026 at 02:25PM by Major_Tough_6537
on r/TelegramBots via https://www.reddit.com/r/TelegramBots/comments/1qr5dxq/cant_message_nonmutual_contacts_at_the_moment/?utm_source=iftttBackup by @tmebackupA @rtptme project - Other backups: http://pixly.link/tme
Hi all. I am having an issue with my Telegram account from many days. Whenever, I DM a non-mutual contact, I become able to do so . But, when I message some other guy, Telegram restricts me .My restrictions always get removed after 12 to 24 hours. And whenever I message the spam b*t , it always says that there are no restrictions on me and I'm as free as a bird.
Submitted January 30, 2026 at 02:25PM by Major_Tough_6537
on r/TelegramBots via https://www.reddit.com/r/TelegramBots/comments/1qr5dxq/cant_message_nonmutual_contacts_at_the_moment/?utm_source=iftttBackup by @tmebackupA @rtptme project - Other backups: http://pixly.link/tme
Telegram bot incorrectly deletes messages when admins post anonymously via "Direct Messages
My bot has a link block function so I can keep spammers off, and it have a few exceptions that allows link posts such as admins, annonimous post at groups, etc. but when I answer a question on direct message at a channel (the same bot is responsible to post at my channels) it deletes the message cuz it has a linkMy code for this is: Am I missing something? # --- Constants ---ANONYMOUS_BOT_ID = 1087968824TELEGRAM_SERVICE_ID = 777000# --- Regex for link detection ---REGEX_SMART_LINK = re.compile(r'(https?://|www\.)\S+|'r't\.me/[\w_]+|'r'telegram\.me/[\w_]+|'r'@(?!admin\b|mod\b|support\b|staff\b)[\w_]{5,}|'r'\b[\w-]{2,}\s*[\([\[\{]?\.[\)\]\}]?\s*(com|net|org|io|xyz|br|info|biz|site|online)\b',re.IGNORECASE | re.VERBOSE)# --- Method: Detects if message contains links ---def _contains_link(self, message: Message) -> bool:entities = []if message.entities: entities.extend(message.entities)if message.caption_entities: entities.extend(message.caption_entities)for entity in entities:if entity.type in ['url', 'text_link', 'mention']: return Truetext = message.text or message.caption or ""if not text: return Falseif REGEX_SMART_LINK.search(text): return Truereturn False# --- Method: Checks if user is admin/authorized ---def _is_authorized_user(self, user_id: int, chat_id: int) -> bool:if user_id == self.bot_id: return Trueif user_id in self.cfg.allowed_users: return Trueif chat_id == user_id: return Falsecache_key = f"{chat_id}_{user_id}"now = time.time()if cache_key in self._admin_cache:expiry, is_admin = self._admin_cache[cache_key]if now < expiry: return is_admintry:member = self.bot.get_chat_member(chat_id, user_id)is_admin = member.status in ['creator', 'administrator']self._admin_cache[cache_key] = (now + self._admin_cache_ttl, is_admin)return is_adminexcept Exception:return False# --- Method: Applies punishment (deletion + violation count) ---def _punish_link_sender(self, message: Message) -> None:if not message.from_user: returnuser_id = message.from_user.idchat_id = message.chat.iduser_name = message.from_user.first_nameuid_str = str(user_id)current_violations = self.link_violations.get(uid_str, 0) + 1self.link_violations[uid_str] = current_violationsself.persistence.save_json(self.cfg.VIOLATIONS_FILE, self.link_violations)chat_name = self.get_chat_display_name(chat_id)logger.info(f"🚫 Link in {chat_name}: {user_name} ({user_id}) #{current_violations}")try: self.bot.delete_message(chat_id, message.message_id)except Exception: passif current_violations >= 3:threading.Thread(target=self._apply_global_punishment, args=(user_id, user_name, 'mute'), daemon=True).start()# --- Main Handler (where the bug occurs) ---u/self.bot.message_handler(func=lambda m: m.chat.type in ['supergroup', 'group', 'channel'], content_types=['text', 'caption', 'photo', 'video', 'document', 'audio', 'voice', 'animation'])def handler_generic_group(m: Message):# ... [other logic] ...# 🔴 PROBLEM: Messages from "Direct Messages" (Post as Channel) arrive with:# • m.chat.type = 'supergroup' (NEVER 'channel')# • m.sender_chat = channel object (e.g., -100...)# • m.from_user = None OR ANONYMOUS_BOT_ID (1087968824)# • m.is_automatic_forward = ??? (not currently checked reliably)if self._contains_link(m):# Current protection logic (FAILS in some cases):is_group_anon = (m.sender_chat and m.sender_chat.id == m.chat.id) # ❌ FALSE for linked channel postsis_channel_anon = (m.sender_chat and m.from_user and m.from_user.id == ANONYMOUS_BOT_ID) # ❌ FALSE when m.from_user is Noneis_telegram = (m.from_user and m.from_user.id == TELEGRAM_SERVICE_ID)if is_group_anon or is_channel_anon or is_telegram:pass # Authorized → skip punishmentelse:if m.from_user and not self._is_authorized_user(m.from_user.id, m.chat.id):self._punish_link_sender(m) # ⚠️ WRONGFULLY EXECUTED for channel postsreturn
Submitted January 30, 2026 at 02:10PM by delagostini
on r/TelegramBots via https://www.reddit.com/r/TelegramBots/comments/1qr5123/telegram_bot_inco…
My bot has a link block function so I can keep spammers off, and it have a few exceptions that allows link posts such as admins, annonimous post at groups, etc. but when I answer a question on direct message at a channel (the same bot is responsible to post at my channels) it deletes the message cuz it has a linkMy code for this is: Am I missing something? # --- Constants ---ANONYMOUS_BOT_ID = 1087968824TELEGRAM_SERVICE_ID = 777000# --- Regex for link detection ---REGEX_SMART_LINK = re.compile(r'(https?://|www\.)\S+|'r't\.me/[\w_]+|'r'telegram\.me/[\w_]+|'r'@(?!admin\b|mod\b|support\b|staff\b)[\w_]{5,}|'r'\b[\w-]{2,}\s*[\([\[\{]?\.[\)\]\}]?\s*(com|net|org|io|xyz|br|info|biz|site|online)\b',re.IGNORECASE | re.VERBOSE)# --- Method: Detects if message contains links ---def _contains_link(self, message: Message) -> bool:entities = []if message.entities: entities.extend(message.entities)if message.caption_entities: entities.extend(message.caption_entities)for entity in entities:if entity.type in ['url', 'text_link', 'mention']: return Truetext = message.text or message.caption or ""if not text: return Falseif REGEX_SMART_LINK.search(text): return Truereturn False# --- Method: Checks if user is admin/authorized ---def _is_authorized_user(self, user_id: int, chat_id: int) -> bool:if user_id == self.bot_id: return Trueif user_id in self.cfg.allowed_users: return Trueif chat_id == user_id: return Falsecache_key = f"{chat_id}_{user_id}"now = time.time()if cache_key in self._admin_cache:expiry, is_admin = self._admin_cache[cache_key]if now < expiry: return is_admintry:member = self.bot.get_chat_member(chat_id, user_id)is_admin = member.status in ['creator', 'administrator']self._admin_cache[cache_key] = (now + self._admin_cache_ttl, is_admin)return is_adminexcept Exception:return False# --- Method: Applies punishment (deletion + violation count) ---def _punish_link_sender(self, message: Message) -> None:if not message.from_user: returnuser_id = message.from_user.idchat_id = message.chat.iduser_name = message.from_user.first_nameuid_str = str(user_id)current_violations = self.link_violations.get(uid_str, 0) + 1self.link_violations[uid_str] = current_violationsself.persistence.save_json(self.cfg.VIOLATIONS_FILE, self.link_violations)chat_name = self.get_chat_display_name(chat_id)logger.info(f"🚫 Link in {chat_name}: {user_name} ({user_id}) #{current_violations}")try: self.bot.delete_message(chat_id, message.message_id)except Exception: passif current_violations >= 3:threading.Thread(target=self._apply_global_punishment, args=(user_id, user_name, 'mute'), daemon=True).start()# --- Main Handler (where the bug occurs) ---u/self.bot.message_handler(func=lambda m: m.chat.type in ['supergroup', 'group', 'channel'], content_types=['text', 'caption', 'photo', 'video', 'document', 'audio', 'voice', 'animation'])def handler_generic_group(m: Message):# ... [other logic] ...# 🔴 PROBLEM: Messages from "Direct Messages" (Post as Channel) arrive with:# • m.chat.type = 'supergroup' (NEVER 'channel')# • m.sender_chat = channel object (e.g., -100...)# • m.from_user = None OR ANONYMOUS_BOT_ID (1087968824)# • m.is_automatic_forward = ??? (not currently checked reliably)if self._contains_link(m):# Current protection logic (FAILS in some cases):is_group_anon = (m.sender_chat and m.sender_chat.id == m.chat.id) # ❌ FALSE for linked channel postsis_channel_anon = (m.sender_chat and m.from_user and m.from_user.id == ANONYMOUS_BOT_ID) # ❌ FALSE when m.from_user is Noneis_telegram = (m.from_user and m.from_user.id == TELEGRAM_SERVICE_ID)if is_group_anon or is_channel_anon or is_telegram:pass # Authorized → skip punishmentelse:if m.from_user and not self._is_authorized_user(m.from_user.id, m.chat.id):self._punish_link_sender(m) # ⚠️ WRONGFULLY EXECUTED for channel postsreturn
Submitted January 30, 2026 at 02:10PM by delagostini
on r/TelegramBots via https://www.reddit.com/r/TelegramBots/comments/1qr5123/telegram_bot_inco…
Need a TG Automation
Hey everyone!I'm looking for a simple local bot, to do the following- message pending request on a channel that I'm the admin
- I will be using TG premium account (option to Send When Online)
- to the ones that are recently online, send message immediately (can set up time between messages)
- to the ones that are not online recently - do the Send When Online optionAnyone capable of doing this?
Submitted January 30, 2026 at 04:47PM by systematicfailur3
on r/TelegramBots via https://www.reddit.com/r/TelegramBots/comments/1qr91yn/need_a_tg_automation/?utm_source=iftttBackup by @tmebackupA @rtptme project - Other backups: http://pixly.link/tme
Hey everyone!I'm looking for a simple local bot, to do the following- message pending request on a channel that I'm the admin
- I will be using TG premium account (option to Send When Online)
- to the ones that are recently online, send message immediately (can set up time between messages)
- to the ones that are not online recently - do the Send When Online optionAnyone capable of doing this?
Submitted January 30, 2026 at 04:47PM by systematicfailur3
on r/TelegramBots via https://www.reddit.com/r/TelegramBots/comments/1qr91yn/need_a_tg_automation/?utm_source=iftttBackup by @tmebackupA @rtptme project - Other backups: http://pixly.link/tme
Are there any good bots for getting website screenshot?
Wanted to get screenshots of websites/links without visiting them. Is there a good bot around? I searched a few, but most of them are not working.
Submitted January 30, 2026 at 06:57PM by ZippyTyro
on r/TelegramBots via https://www.reddit.com/r/TelegramBots/comments/1qrcqwg/are_there_any_good_bots_for_getting_website/?utm_source=iftttBackup by @tmebackupA @rtptme project - Other backups: http://pixly.link/tme
Wanted to get screenshots of websites/links without visiting them. Is there a good bot around? I searched a few, but most of them are not working.
Submitted January 30, 2026 at 06:57PM by ZippyTyro
on r/TelegramBots via https://www.reddit.com/r/TelegramBots/comments/1qrcqwg/are_there_any_good_bots_for_getting_website/?utm_source=iftttBackup by @tmebackupA @rtptme project - Other backups: http://pixly.link/tme
Any voice audio based telegram bot for Artificial chat now still working?
Any voice audio based telegram bot for Artificial chat now still working? Any voice audio based telegram bot now still working? I store all the voice notes in telegram that's why I don't want another app
Submitted January 30, 2026 at 11:03PM by Impressive_Pipe191
on r/TelegramBots via https://www.reddit.com/r/TelegramBots/comments/1qrjkj2/any_voice_audio_based_telegram_bot_for_artificial/?utm_source=iftttBackup by @tmebackupA @rtptme project - Other backups: http://pixly.link/tme
Any voice audio based telegram bot for Artificial chat now still working? Any voice audio based telegram bot now still working? I store all the voice notes in telegram that's why I don't want another app
Submitted January 30, 2026 at 11:03PM by Impressive_Pipe191
on r/TelegramBots via https://www.reddit.com/r/TelegramBots/comments/1qrjkj2/any_voice_audio_based_telegram_bot_for_artificial/?utm_source=iftttBackup by @tmebackupA @rtptme project - Other backups: http://pixly.link/tme
Some really great bots that NEED your attention
Guys I use these on daily basis and tbh these are the best one I've yet foundENJOY!!!https://nudeme.cc?t=CV&bot=AInude_imageTOvid_bot&start=1182986120https://wjhvnewk.shop/tg/bot?username=video_photo_nude2_ai_bot&ref_id=1182986120https://bot-x.org/cyberreal?r=1182986120https://venerabot.com/1182986120https://bot-x.org/hottok?r=1182986120https://link.nudify.systems/?r MTE4Mjk4NjEyMIY5MS8https://udrezz.com/r/1182986120https://indiealo.shop/tg/bot?username=video_photo_undres_2025_bot&ref_id=1182986120
Submitted January 31, 2026 at 01:40AM by Few_Formal_3408
on r/TelegramBots via https://www.reddit.com/r/TelegramBots/comments/1qrnhuf/some_really_great_bots_that_need_your_attention/?utm_source=iftttBackup by @tmebackupA @rtptme project - Other backups: http://pixly.link/tme
Guys I use these on daily basis and tbh these are the best one I've yet foundENJOY!!!https://nudeme.cc?t=CV&bot=AInude_imageTOvid_bot&start=1182986120https://wjhvnewk.shop/tg/bot?username=video_photo_nude2_ai_bot&ref_id=1182986120https://bot-x.org/cyberreal?r=1182986120https://venerabot.com/1182986120https://bot-x.org/hottok?r=1182986120https://link.nudify.systems/?r MTE4Mjk4NjEyMIY5MS8https://udrezz.com/r/1182986120https://indiealo.shop/tg/bot?username=video_photo_undres_2025_bot&ref_id=1182986120
Submitted January 31, 2026 at 01:40AM by Few_Formal_3408
on r/TelegramBots via https://www.reddit.com/r/TelegramBots/comments/1qrnhuf/some_really_great_bots_that_need_your_attention/?utm_source=iftttBackup by @tmebackupA @rtptme project - Other backups: http://pixly.link/tme