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
Scheduling posts
Wondering if someone can help me. I need to schedule posts in a group (yes I am an admin there). It's a sales group that regularly posts deals/specials from Amazon etc, and being able to schedule posts would be hugely beneficial to me. I know there's the option to schedule a post with the schedule button, but that won't work for me, as we as admins aren't allowed to use it (it's too complicated as there are only 100 schedule slots available through this option and between all the admins, it is impossible to divide those slots fairly). We are able to schedule posts through other means if we know how, and I don't. 😭 I know there is a way as other admins schedule, but won't share with the class.. 😒 I want to be able to have the same ability but I'm at a loss on how to go about scheduling by other means.Can anyone help? Thank you in advance!
Submitted June 07, 2024 at 08:47PM by LemonCatMeows
on r/TelegramBots via https://www.reddit.com/r/TelegramBots/comments/1daih0i/scheduling_posts/Backup by @tmebackupA @rtptme project - Other backups: http://pixly.link/tme
Bot that posts to 300+ promo groups automatically?
Like the title says, I'm looking for a bot that I can load up groups and post an image/video/text to on a daily basis. These groups are for promo, so this kind of thing is welcome. It's a specific set of groups that I've gathered and instead of doing it myself or hiring a VA I'd like a bot that can do it. Please let me know if anything like this exists, preferably with a GUI, and if not and you can maek me one send me a DM. Thanks
Submitted June 07, 2024 at 09:43PM by yallapapi
on r/TelegramBots via https://www.reddit.com/r/TelegramBots/comments/1daju3m/bot_that_posts_to_300_promo_groups_automatically/Backup by @tmebackupA @rtptme project - Other backups: http://pixly.link/tme
Snipe Solana with Maestro Bots!
Are you ready for the ultimate sniping experience on Solana? Maestro’s Auto Snipe is LIVE!Get ready to DOMINATE token launches like never before! Be one of the FIRST to grab newly launched Raydium pools with Maestro!Available for ALL users – Premium and base bot.https://preview.redd.it/nr3qfr19g75d1.png?width=4000&format=png&auto=webp&s=9c1f8784d6b9d76f7c5d12a8b1f831ea44f8c687
Submitted June 07, 2024 at 09:57PM by MaestroBots
on r/TelegramBots via https://www.reddit.com/r/TelegramBots/comments/1dak5kb/snipe_solana_with_maestro_bots/Backup by @tmebackupA @rtptme project - Other backups: http://pixly.link/tme
I built a bot that Comments on Tweets containing a target keyword (Video Demo included)
Interested people can reach out to my X account x.com/SamuelSojinVideo demo:https://drive.google.com/file/d/1rn7Yle0Eo0lgGp1_2UbQQfIslwuGhdd9/view?usp=sharing
Submitted June 08, 2024 at 12:36AM by levelingupeveryday
on r/TelegramBots via https://www.reddit.com/r/TelegramBots/comments/1danv9x/i_built_a_bot_that_comments_on_tweets_containing/Backup by @tmebackupA @rtptme project - Other backups: http://pixly.link/tme
Any
Any bot to create bidimensional barcodes, needed for generate UPC barcodesThank for any comment or suggestion
Submitted June 08, 2024 at 10:48PM by Alexandermoo
on r/TelegramBots via https://www.reddit.com/r/TelegramBots/comments/1dbcfwt/any/Backup by @tmebackupA @rtptme project - Other backups: http://pixly.link/tme
how to send a msg to a specific topic in a group
I am writing a python script to create a shilling bot but for the love of god I am able to send a msg to a specific topic in a group it always goes in the general one please help me out I gotta Complete this ASAPcode:import tkinter as tk
from tkinter import simpledialog
from telethon import TelegramClient, sync
import schedule
import time def get_input():
root = tk.Tk()
root.withdraw()  # Hide the main window api_id = ''
api_hash = ''
time_burst = 5
source_group_name = "Hello"
target_group_names = simpledialog.askstring("Target Groups", "Enter the names of the groups to send messages to (separated by commas):") if api_id and api_hash and time_burst and source_group_name and target_group_names:
run_scheduler(api_id, api_hash, time_burst, source_group_name, target_group_names.split(','))
else:
print("Invalid input. Please try again.") root.destroy() def run_scheduler(api_id, api_hash, time_burst, source_group_name, target_group_names):
client = TelegramClient('Telegram', api_id, api_hash)
client.start() async def get_last_message(channel_id):
async for message in client.iter_messages(channel_id, limit=1):
return message async def send_message(group_id, message):
await client.send_message(group_id, message.text) source_channel_id = None
target_group_ids = [] Search for the source group IDfor dialog in client.iter_dialogs():
if dialog.name == source_group_name:
source_channel_id = dialog.entity.id
break if source_channel_id is None:
print(f"Could not find the group '{source_group_name}'. Please try again.")
return Search for the target group IDsfor group_name in target_group_names:
for dialog in client.iter_dialogs():
if dialog.name == group_name:
target_group_ids.append(dialog.entity.id)
break
else:
print(f"Could not find the group '{group_name}'. It will be skipped.") if not target_group_ids:
print("No valid target groups found. Exiting.")
return def schedule_messages():
for group_id in target_group_ids:
schedule.every(time_burst).seconds.do(lambda g=group_id: client.loop.run_until_complete(copy_and_send_message(g))) async def copy_and_send_message(group_id):
message = await get_last_message(source_channel_id)
if message:
await send_message(group_id, message) def run_schedule():
while True:
schedule.run_pending()
time.sleep(1) with client:
schedule_messages()
run_schedule() if __name__ == '__main__':
get_input()
Submitted June 08, 2024 at 11:30PM by Red_clawww
on r/TelegramBots via https://www.reddit.com/r/TelegramBots/comments/1dbdc99/how_to_send_a_msg_to_a_specific_topic_in_a_group/Backup by @tmebackupA @rtptme project - Other backups: http://pixly.link/tme
I built Butlarr: A Telegram Bot for Managing Your *arr* Services!
Check out Butlarr, a Telegram bot to manage your Sonarr and Radarr services effortlessly. Search for media, manage your library, and monitor your download queue—all from Telegram!Features:Easy Search: Use commands like /movie <search> or /series <search>.Library Management: Update profiles and tags directly in chat.Queue Monitoring: View download progress easily.Built for compability with arr services and hackability in mind. Get started today!GitHub RepositoryI hope someone else besides me can find a use for this!PicturesProcessing img 9ctpnycy2f5d1...Why?I found myself unhappy with the available options to manage your arr services with telegram. There definitely are options available however none of the options I found were completely to my liking and were sometimes quite out of date from a software perspective.I e.g. needed to add multiple sonarr instances, as we have one instance for normal tv shows and one for animes, which was simply not possible with the current bot we were using.Therefore I decided to write my own one, with all the features I wanted and hackability in mind for future extensions (possibly by other users).
Submitted June 09, 2024 at 01:28AM by TrimVis
on r/TelegramBots via https://www.reddit.com/r/TelegramBots/comments/1dbftg2/i_built_butlarr_a_telegram_bot_for_managing_your/Backup by @tmebackupA @rtptme project - Other backups: http://pixly.link/tme
This bot can help you save on your next Airbnb rental
Made a little bot that can monitor airbnb listings and tell you when:a) prices drop for the listings in your area of choiceb) listings become available if someone cancels a bookingOption B is particularly interesting because hosts will want to occupy their properties asap and may be open to offering discounts - you just need to ask.Try it here, it’s currently free: https://t.me/stayzio_botLet me know what you think ✌️
Submitted June 09, 2024 at 07:08AM by tjkcc
on r/TelegramBots via https://www.reddit.com/r/TelegramBots/comments/1dbm0cw/this_bot_can_help_you_save_on_your_next_airbnb/Backup by @tmebackupA @rtptme project - Other backups: http://pixly.link/tme
2050 groups and channels related to child abuse banned on June, 8.
Total this month: 17530
Report child abuse using the in-app 'Report' button or to stopCA@telegram.org.
148 terrorist bots and channels banned on June, 8.
Total this month: 1661
Report terrorist content using the in-app 'Report' button or to abuse@telegram.org.
⭐️ Looks like these bots have few ratings!
Try them and share your opinion, vote!
☄️Time to Get Featured on Nicegram Hub!

Do you manage a Telegram channel, group, or bot that deserves more attention? Nicegram Hub recognizes you!

Why Nicegram Hub?

🏆 Top 100 List: Compete for the top spot in our prestigious list.
🚀 Visibility Boost: Connect with an enthusiastic audience interested in your content.
🌐 Premier Network: Join an exclusive community of Telegram creators, where collaboration and innovation thrive.

Join now! It only takes a few minutes to fill out our form:
https://forms.gle/MSJ4AJiqejJrxhag6

Become a Part of NG Hub's Elite Directory Today!

🔍Hub | ✖️X | 📷Instagram | 📖Facebook | 💼LinkedIn | 🎵Tik Tok | 📰Medium | 📹YouTube | ✈️Features

#nicegramtips
is this legit it says i have to get to 25 referral invites till i can withdraw i have 4/25 im not trying to waist my time if this is fake lmk pls
https://i.redd.it/n15jeri9um5d1.jpeg
Submitted June 10, 2024 at 01:42AM by Playful_Opposite_432
on r/TelegramBots via https://www.reddit.com/r/TelegramBots/comments/1dc7ptn/is_this_legit_it_says_i_have_to_get_to_25/Backup by @tmebackupA @rtptme project - Other backups: http://pixly.link/tme
145 terrorist bots and channels banned on June, 9.
Total this month: 1806
Report terrorist content using the in-app 'Report' button or to abuse@telegram.org.
2127 groups and channels related to child abuse banned on June, 9.
Total this month: 19657
Report child abuse using the in-app 'Report' button or to stopCA@telegram.org.
Spybox: Twitter Follow Alerts in your Telegram group
Hello there,This is my first post here, and I wanted to share what we've built so far.Spybox is a Telegram bot that anyone can install for free in their Telegram group. After installing it and using a few simple commands, you can start receiving Twitter follow alerts directly inside your group.Here's an example:Follow alert exampleWe've noticed that many crypto communities enjoy using Spybox, as it's important for them to know when "important" people follow them. Our follow alerts often get shared in private groups, making it a great marketing tool for your project, all for free."Wow, Elon Musk followed X coin"We're also building our brand on our social, and on a regular basis share the "big" follows there, thus one more opportunity for your project.We also have a channel called "Caught by Spybox," where we automatically share the most intriguing follows, specifically for projects using Spybox. This means a random follow can provide your community with free advertisement and attract more people to join.Tutorial on how to install it:
https://www.youtube.com/watch?v=Nnf7YyVxjq0&t=8s
Submitted June 10, 2024 at 11:11AM by spyboxapp
on r/TelegramBots via https://www.reddit.com/r/TelegramBots/comments/1dch6nk/spybox_twitter_follow_alerts_in_your_telegram/Backup by @tmebackupA @rtptme project - Other backups: http://pixly.link/tme
🗂Welcome to @BotsArchive, the most powerful archive in the telegram bots history.

Here we will post new useful bots almost everyday, feel free to use our bot @BotsArchiveBot to suggest new ones or search them in our database.

🌐 Website: http://www.botsarchive.com
APIs: http://www.botsarchive.com/docs.html
👤Get in touch with us: @BotsArchiveSupportbot

🏆 BEST NEW BOTS OF THE WEEK 🏆

🥇 CGB_PixabayXroBot - ⭐️⭐️⭐️⭐️ (3.6/5 on 135 votes)
🥈 Crypto_Price_Checkerbot - ⭐️⭐️⭐️⭐️ (4/5 on 115 votes)
🥉 pinsweeper2bot - ⭐️⭐️⭐️⭐️ (4.1/5 on 109 votes)

🏆 BEST BOTS OF ALL TIME 🏆

🥇 music editor - ⭐️⭐️⭐️⭐️⭐️ (4.9/5 on 38079 votes)
🥈 🎧 Music Downloader - ⭐️⭐️⭐️⭐️⭐️ (4.7/5 on 25935 votes)
🥉 Screenshot Generator Bot - ⭐️⭐️⭐️⭐️⭐️ (4.8/5 on 9035 votes)
Avail sext and video on telegram;;@Nellzlizzy
No text found
Submitted June 10, 2024 at 01:04PM by Smart_Rule_5127
on r/TelegramBots via https://www.reddit.com/r/TelegramBots/comments/1dcitxa/avail_sext_and_video_on_telegramnellzlizzy/Backup by @tmebackupA @rtptme project - Other backups: http://pixly.link/tme