Telegram News / Beta / Unofficial Desktop Versions / Web / TG Bots / Subreddit / DMG by RTP [MacOS]
249 subscribers
1.78K photos
2.77K videos
1.14K files
20.1K links
Telegram Channel by @roadtopetabyte http://pixly.me/rtp - Announcements: @rtptme
Download Telegram
Tag everyone in a group
This bot allows you to mention all users in a group. Users who wish to receive these notifications will have to sign up using the /in commandFeatures@everyone or @all trigger /everyone command. (like Discord)The user decides whether to subscribe to the list with /inThe user decides whether to exit to the list with /outAll is saved to SQLite3 database.Hosted or self-hostedYou can try it here https://t.me/TagEveryone_TheBotOr you can selfhost: https://github.com/Matt0550/TagEveryoneTelegramBot
Submitted July 16, 2023 at 01:35PM by Matt_0550
on r/TelegramBots via https://www.reddit.com/r/TelegramBots/comments/15141dy/tag_everyone_in_a_group/Backup by @tmebackupA @rtptme project - Other backups: http://pixly.link/tme
Pictures Layout Bot please ? x
A hundred plus photos I want to upload to a channel I manage xI thought a bot with β€œalbum” in the name done this but I could not find it again xAny help much appreciated x
Submitted July 16, 2023 at 10:38PM by danielfgormley
on r/TelegramBots via https://www.reddit.com/r/TelegramBots/comments/151gw6x/pictures_layout_bot_please_x/Backup by @tmebackupA @rtptme project - Other backups: http://pixly.link/tme
Hit me up on telegram @Legitsell50 to get any type of hot mega dropbox link hmu right up notice I sell
No text found
Submitted July 17, 2023 at 02:01AM by Extension-Key4137
on r/TelegramBots via https://www.reddit.com/r/TelegramBots/comments/151lx11/hit_me_up_on_telegram_legitsell50_to_get_any_type/Backup by @tmebackupA @rtptme project - Other backups: http://pixly.link/tme
A bot to handle 'user is typing' events
Hi,
Hope you're all having a great day.
I am very new to Telegram bots and I have been pulling my hair over an apparently very simple problem.
I am trying to build a script that would be triggered when a certain user starts typing a message in a chat (that is, *before* they have finished and posted the message in question), and send an alert to another chat to tell them that the user is about to post something. The goal is deploy this on a channel where a sports tipster is posting live bets, where it is important that people are as reactive as people to avoid odds drops. I have gone through some amount of documentation and it seems that the Telethon library is the best fitted to do such a thing in Python, via the events Class. I am trying to use their events class in particular, via the following code:
```
from telethon import TelegramClient, eventsimport logginglogging.basicConfig(format='[%(levelname) 5s/%(asctime)s] %(name)s: %(message)s',level=logging.WARNING)api_id = 123456 # A placeholder for my actual API IDapi_hash = '878HDkhdhjebvhhbd567899ea' # A placeholder for my actual API hashclient = TelegramClient('anon', api_id, api_hash)u/client.on(events.UserUpdate)async def handler(event):if (event.typing):await print('typing')with client as client:client.start()
client.run_until_disconnected()
```
This seems to follow their syntax and recommandations, and indeed it does connect to my account, asking me for my phone number, etc. But after I connect, it fails to perform and print to be triggered when I (or someone else) starts typing (in either a privateDM chat or a common channel). I am sure I am missing something obvious here, though, because I am very new to use. Could anyone help me with this, and/or have other suggestions on how to have a bot/script send alerts the moment a user in a given chat starts typing a message? Thanks in advance,
GY
Submitted July 17, 2023 at 02:28AM by EntertainmentSoggy35
on r/TelegramBots via https://www.reddit.com/r/TelegramBots/comments/151mjk7/a_bot_to_handle_user_is_typing_events/Backup by @tmebackupA @rtptme project - Other backups: http://pixly.link/tme
Text me up on telegram @megalink67 right now to get my hottest and legit 2023 mega dropbox link or any other stuff
No text found
Submitted July 17, 2023 at 02:19AM by MusicPrudent4864
on r/TelegramBots via https://www.reddit.com/r/TelegramBots/comments/151mbe7/text_me_up_on_telegram_megalink67_right_now_to/Backup by @tmebackupA @rtptme project - Other backups: http://pixly.link/tme
4000+ meg... teen videos, f*ck, B.J, black cheap meg..link.s available hit me on telegram @Newmegalinks1, Discord @Kelly links#1498 or Kik @nellylink hit me up for Price
No text found
Submitted July 17, 2023 at 02:07AM by Humble_Sugar_5486
on r/TelegramBots via https://www.reddit.com/r/TelegramBots/comments/151m2cl/4000_meg_teen_videos_fck_bj_black_cheap_meglinks/Backup by @tmebackupA @rtptme project - Other backups: http://pixly.link/tme
Hit me up on telegram @Legitsell50 to get any type of hot mega dropbox link hmu right up notice I sell
No text found
Submitted July 17, 2023 at 03:02AM by OkTwo7642
on r/TelegramBots via https://www.reddit.com/r/TelegramBots/comments/151nb5y/hit_me_up_on_telegram_legitsell50_to_get_any_type/Backup by @tmebackupA @rtptme project - Other backups: http://pixly.link/tme
Best Deepfake Bot
https://clothoff.net/?referrerUid=climim8bz2gbazus0a4m4dhhe this Deepfake is at least for me the best, though it only gives you 3 free trials but if someone want to feel free to enter.
Submitted July 17, 2023 at 03:27AM by Mediocre_Fun8845
on r/TelegramBots via https://www.reddit.com/r/TelegramBots/comments/151nudg/best_deepfake_bot/Backup by @tmebackupA @rtptme project - Other backups: http://pixly.link/tme
2670 groups and channels related to child abuse banned on July, 16.
Total this month: 31607
Report child abuse using the in-app 'Report' button or to stopCA@telegram.org.
246 terrorist bots and channels banned on July, 16.
Total this month: 5121
Report terrorist content using the in-app 'Report' button or to abuse@telegram.org.
How to tell if your bot is banned with code?
I'm working on a bot right now and I'm wondering if there's some user flag I can call to see if the account is banned? I plan on running this until the user deletes it, so having the ban notification be automated would be better for user experience.I don't see a flag like that listed on Telegram's API, did I miss it?
Submitted July 17, 2023 at 06:19PM by ChrisBChips
on r/TelegramBots via https://www.reddit.com/r/TelegramBots/comments/1526gkt/how_to_tell_if_your_bot_is_banned_with_code/Backup by @tmebackupA @rtptme project - Other backups: http://pixly.link/tme
What's the best bot to install tweaked iphone apps?
No text found
Submitted July 17, 2023 at 10:40PM by Cryptic_1890
on r/TelegramBots via https://www.reddit.com/r/TelegramBots/comments/152dchj/whats_the_best_bot_to_install_tweaked_iphone_apps/Backup by @tmebackupA @rtptme project - Other backups: http://pixly.link/tme
2071 groups and channels related to child abuse banned on July, 17.
Total this month: 33678
Report child abuse using the in-app 'Report' button or to stopCA@telegram.org.
213 terrorist bots and channels banned on July, 17.
Total this month: 5334
Report terrorist content using the in-app 'Report' button or to abuse@telegram.org.
πŸ€– New bot
πŸ“‹ Name: WikipediaIT_bot
πŸ†” Username: @WikipediaIT_bot
⭐️ Rating: ⭐️⭐️⭐️ (3.5/5 on 59 votes)
βž–βž–βž–
ℹ️Description: Search articles in Wikipedia Italy
🌐 Languages: Italian
πŸ’¬ Supports inline: no
πŸ‘₯ Groups: no
#️⃣ Tags: #Wikipedia #Search #Easy #Fast #Italian
πŸ€– New bot
πŸ“‹ Name: convert_text_in_qr_bot
πŸ†” Username: @convert_text_in_qr_bot
⭐️ Rating: ⭐️⭐️⭐️⭐️ (4.1/5 on 81 votes)
βž–βž–βž–
ℹ️Description: A bot converting text to Qr Codes
🌐 Languages: English
πŸ’¬ Supports inline: no
πŸ‘₯ Groups: no
#️⃣ Tags: #converter #text #qr
Telefeed says it can handle topics, yet dosent work?
As for the title telefeed says it can autoforward to groups with topics by just using ":TOPICNAME" after the group ID but doesn't seem to work or could just be me. Anyone had any luck with this?
Submitted July 18, 2023 at 03:58PM by Pengu_62
on r/TelegramBots via https://www.reddit.com/r/TelegramBots/comments/152z8jb/telefeed_says_it_can_handle_topics_yet_dosent_work/Backup by @tmebackupA @rtptme project - Other backups: http://pixly.link/tme
❀️ Nicegram Ambassador Program!

As a Nicegram Ambassador, you'll gain access to exclusive privileges and be among the first to try out new features and seize exciting opportunities!

πŸ—³ To learn more and apply for this opportunity, kindly click on the following link:

πŸ”— https://telegra.ph/Become-The-Ambassador-for-Nicegram-05-18

Join the Nicegram Ambassador Program today! πŸ”₯
1799 groups and channels related to child abuse banned on July, 18.
Total this month: 35477
Report child abuse using the in-app 'Report' button or to stopCA@telegram.org.
645 terrorist bots and channels banned on July, 18.
Total this month: 5979
Report terrorist content using the in-app 'Report' button or to abuse@telegram.org.