Is it possible to add the menu with buttons on a bot without programming?
No text found
Submitted June 14, 2024 at 10:01AM by _OdioAnnetta
on r/TelegramBots via https://www.reddit.com/r/TelegramBots/comments/1dfllyp/is_it_possible_to_add_the_menu_with_buttons_on_a/Backup by @tmebackupA @rtptme project - Other backups: http://pixly.link/tme
No text found
Submitted June 14, 2024 at 10:01AM by _OdioAnnetta
on r/TelegramBots via https://www.reddit.com/r/TelegramBots/comments/1dfllyp/is_it_possible_to_add_the_menu_with_buttons_on_a/Backup by @tmebackupA @rtptme project - Other backups: http://pixly.link/tme
Deploying a bot based on 'node-telegram-bot-api' to Vercel/Netlify or whatever
I'm new to bots. This is my first experience. A hobby project.I chose node-telegram-bot-api simply because it was the first one in search and looked good.Locally I succesfully created what I wanted while launching it with { polling: true }, but later I understood that I needed to deploy it via webhook if I wanted to host it online for free.Is there a guide to do this? Using this package? It can be any platform.
Submitted June 14, 2024 at 09:57AM by maxxon
on r/TelegramBots via https://www.reddit.com/r/TelegramBots/comments/1dflk69/deploying_a_bot_based_on_nodetelegrambotapi_to/Backup by @tmebackupA @rtptme project - Other backups: http://pixly.link/tme
I'm new to bots. This is my first experience. A hobby project.I chose node-telegram-bot-api simply because it was the first one in search and looked good.Locally I succesfully created what I wanted while launching it with { polling: true }, but later I understood that I needed to deploy it via webhook if I wanted to host it online for free.Is there a guide to do this? Using this package? It can be any platform.
Submitted June 14, 2024 at 09:57AM by maxxon
on r/TelegramBots via https://www.reddit.com/r/TelegramBots/comments/1dflk69/deploying_a_bot_based_on_nodetelegrambotapi_to/Backup by @tmebackupA @rtptme project - Other backups: http://pixly.link/tme
1705 groups and channels related to child abuse banned on June, 13.
Total this month: 27360
Report child abuse using the in-app 'Report' button or to stopCA@telegram.org.
Total this month: 27360
Report child abuse using the in-app 'Report' button or to stopCA@telegram.org.
262 terrorist bots and channels banned on June, 13.
Total this month: 2723
Report terrorist content using the in-app 'Report' button or to abuse@telegram.org.
Total this month: 2723
Report terrorist content using the in-app 'Report' button or to abuse@telegram.org.
Why WSOL instead of SOL for sniper bot
Anyone smart here who knows why sniper bots are asking for WSOL over Regular SOL in order to start it up ? Can't it be setup with SOL to buy as soon as liquidity added to a token pool
Submitted June 14, 2024 at 01:13PM by haqatak
on r/TelegramBots via https://www.reddit.com/r/TelegramBots/comments/1dfocth/why_wsol_instead_of_sol_for_sniper_bot/Backup by @tmebackupA @rtptme project - Other backups: http://pixly.link/tme
Anyone smart here who knows why sniper bots are asking for WSOL over Regular SOL in order to start it up ? Can't it be setup with SOL to buy as soon as liquidity added to a token pool
Submitted June 14, 2024 at 01:13PM by haqatak
on r/TelegramBots via https://www.reddit.com/r/TelegramBots/comments/1dfocth/why_wsol_instead_of_sol_for_sniper_bot/Backup by @tmebackupA @rtptme project - Other backups: http://pixly.link/tme
Sharing my number to a telegram bot
So, I wanna download a private Brawl Stars server (I know it might seem childish), and the only way to download it is to give my phone number to the bot to prove i am not a bot. If i share it will anything happen to me? Like spam calls or something like that?
Submitted June 14, 2024 at 01:44PM by idonthaveanidea11
on r/TelegramBots via https://www.reddit.com/r/TelegramBots/comments/1dfounh/sharing_my_number_to_a_telegram_bot/Backup by @tmebackupA @rtptme project - Other backups: http://pixly.link/tme
So, I wanna download a private Brawl Stars server (I know it might seem childish), and the only way to download it is to give my phone number to the bot to prove i am not a bot. If i share it will anything happen to me? Like spam calls or something like that?
Submitted June 14, 2024 at 01:44PM by idonthaveanidea11
on r/TelegramBots via https://www.reddit.com/r/TelegramBots/comments/1dfounh/sharing_my_number_to_a_telegram_bot/Backup by @tmebackupA @rtptme project - Other backups: http://pixly.link/tme
Thrilled to share the new crossplatform version of tdlib-rs đĻ
Hey Guys!
We are so excited to tell you that we released a new version of tdlib-rs, now we now support up to td version 1.8.29.For those who don't know it, tdlib-rs is a wrapper around the telegram c++ library. Perfect to create telegram client or telegram bot very simply. It can be integrated with the tokio runtime and allows you to receive all telegram updates and manage it asynchronously. For other additional information please don't hesitate to ask. Something is explained in the README of the project.We pride ourselves on having numerous features unlike other libraries:It is cross-platform, it works on Windows (x86_64), Linux (x86_64) and MacOS (x86_64 and arm64).Not required pkg-config to build the library and associated exported variables.Not required tdlib to be compiled and installed on the system.It is possible to download the tdlib library from the GitHub releases.In addition, I share a TUI for telegram written in rust (tgt) that we are developing using this library!Any improvements or contributions are welcome, in both projects! â¤ī¸âđĨ
Submitted June 14, 2024 at 02:05PM by FedericoBruzzone
on r/TelegramBots via https://www.reddit.com/r/TelegramBots/comments/1dfp86p/thrilled_to_share_the_new_crossplatform_version/Backup by @tmebackupA @rtptme project - Other backups: http://pixly.link/tme
Hey Guys!
We are so excited to tell you that we released a new version of tdlib-rs, now we now support up to td version 1.8.29.For those who don't know it, tdlib-rs is a wrapper around the telegram c++ library. Perfect to create telegram client or telegram bot very simply. It can be integrated with the tokio runtime and allows you to receive all telegram updates and manage it asynchronously. For other additional information please don't hesitate to ask. Something is explained in the README of the project.We pride ourselves on having numerous features unlike other libraries:It is cross-platform, it works on Windows (x86_64), Linux (x86_64) and MacOS (x86_64 and arm64).Not required pkg-config to build the library and associated exported variables.Not required tdlib to be compiled and installed on the system.It is possible to download the tdlib library from the GitHub releases.In addition, I share a TUI for telegram written in rust (tgt) that we are developing using this library!Any improvements or contributions are welcome, in both projects! â¤ī¸âđĨ
Submitted June 14, 2024 at 02:05PM by FedericoBruzzone
on r/TelegramBots via https://www.reddit.com/r/TelegramBots/comments/1dfp86p/thrilled_to_share_the_new_crossplatform_version/Backup by @tmebackupA @rtptme project - Other backups: http://pixly.link/tme
đ¤ New bot
đ Name: musicsearcherobot
đ Username: @musicsearcherobot
âī¸ Rating: âī¸âī¸âī¸âī¸ (4.1/5 on 58 votes)
âââ
âšī¸Description: Bot that lets you search and download music from YouTube Music
đ Languages: English
đŦ Supports inline: yes
đĨ Groups: no
#ī¸âŖ Tags: #youtube #youtubemusic #music #inline
It is forbidden to download, stream, reproduce, or by any means, share, or consume, content without explicit permission from the content creator or legal copyright holder. BotsArchive is not associated nor affiliated with this bot and does not endorse any use of it. If you believe this bot is violating your intellectual property, please email us at abuse@botsarchive.com to get it removed from the archive.
đ Name: musicsearcherobot
đ Username: @musicsearcherobot
âī¸ Rating: âī¸âī¸âī¸âī¸ (4.1/5 on 58 votes)
âââ
âšī¸Description: Bot that lets you search and download music from YouTube Music
đ Languages: English
đŦ Supports inline: yes
đĨ Groups: no
#ī¸âŖ Tags: #youtube #youtubemusic #music #inline
It is forbidden to download, stream, reproduce, or by any means, share, or consume, content without explicit permission from the content creator or legal copyright holder. BotsArchive is not associated nor affiliated with this bot and does not endorse any use of it. If you believe this bot is violating your intellectual property, please email us at abuse@botsarchive.com to get it removed from the archive.
đ¤ New bot
đ Name: TubeSyncBot
đ Username: @TubeSyncBot
âī¸ Rating: âī¸âī¸âī¸âī¸ (4/5 on 85 votes)
âââ
âšī¸Description: This Bot can Summarize youtube videos using AI effortlessly
đ Languages: English
đŦ Supports inline: no
đĨ Groups: no
#ī¸âŖ Tags: #Summarizer #YouTube
đ Name: TubeSyncBot
đ Username: @TubeSyncBot
âī¸ Rating: âī¸âī¸âī¸âī¸ (4/5 on 85 votes)
âââ
âšī¸Description: This Bot can Summarize youtube videos using AI effortlessly
đ Languages: English
đŦ Supports inline: no
đĨ Groups: no
#ī¸âŖ Tags: #Summarizer #YouTube
Is it possible to proactively send out a daily message to a Telegram bot subscriber?
I want to send an automated sequence of messages to a bot subscriber, with a one day wait between each message in the sequence.The subscriber needs to receive the next message, even if they didn't respond to the last one.This is not possible / not allowed on Whatsapp or Messenger (the sequence stops sending if the subscriber doesn't interact with the bot for 24 hours after the previous message) so I'm looking for alternatives and I wonder if Telegram is the solution.(FYI The messages will contain educational content).
Submitted June 14, 2024 at 05:38PM by de_cachondeo
on r/TelegramBots via https://www.reddit.com/r/TelegramBots/comments/1dftt0m/is_it_possible_to_proactively_send_out_a_daily/Backup by @tmebackupA @rtptme project - Other backups: http://pixly.link/tme
I want to send an automated sequence of messages to a bot subscriber, with a one day wait between each message in the sequence.The subscriber needs to receive the next message, even if they didn't respond to the last one.This is not possible / not allowed on Whatsapp or Messenger (the sequence stops sending if the subscriber doesn't interact with the bot for 24 hours after the previous message) so I'm looking for alternatives and I wonder if Telegram is the solution.(FYI The messages will contain educational content).
Submitted June 14, 2024 at 05:38PM by de_cachondeo
on r/TelegramBots via https://www.reddit.com/r/TelegramBots/comments/1dftt0m/is_it_possible_to_proactively_send_out_a_daily/Backup by @tmebackupA @rtptme project - Other backups: http://pixly.link/tme
187 terrorist bots and channels banned on June, 14.
Total this month: 2910
Report terrorist content using the in-app 'Report' button or to abuse@telegram.org.
Total this month: 2910
Report terrorist content using the in-app 'Report' button or to abuse@telegram.org.
1833 groups and channels related to child abuse banned on June, 14.
Total this month: 29193
Report child abuse using the in-app 'Report' button or to stopCA@telegram.org.
Total this month: 29193
Report child abuse using the in-app 'Report' button or to stopCA@telegram.org.
Are Telegram bots utilized by companies in their day-to-day operations?
Do you know any?I am thinking about building b2b apps
Submitted June 15, 2024 at 01:37PM by Professional-Day-336
on r/TelegramBots via https://www.reddit.com/r/TelegramBots/comments/1dgg0ed/are_telegram_bots_utilized_by_companies_in_their/Backup by @tmebackupA @rtptme project - Other backups: http://pixly.link/tme
Do you know any?I am thinking about building b2b apps
Submitted June 15, 2024 at 01:37PM by Professional-Day-336
on r/TelegramBots via https://www.reddit.com/r/TelegramBots/comments/1dgg0ed/are_telegram_bots_utilized_by_companies_in_their/Backup by @tmebackupA @rtptme project - Other backups: http://pixly.link/tme
Instagram saver bot ?
Need for my group
Submitted June 15, 2024 at 01:58PM by luke_recap
on r/TelegramBots via https://www.reddit.com/r/TelegramBots/comments/1dggct9/instagram_saver_bot/Backup by @tmebackupA @rtptme project - Other backups: http://pixly.link/tme
Need for my group
Submitted June 15, 2024 at 01:58PM by luke_recap
on r/TelegramBots via https://www.reddit.com/r/TelegramBots/comments/1dggct9/instagram_saver_bot/Backup by @tmebackupA @rtptme project - Other backups: http://pixly.link/tme
đ¤ New bot
đ Name: AutoDeleterRoBot
đ Username: @AutoDeleterRoBot
âī¸ Rating: âī¸âī¸âī¸ (3.9/5 on 37 votes)
âââ
âšī¸Description: Auto delete messages in chats in custom time intervals.
đ Languages: English
đŦ Supports inline: no
đĨ Groups: yes
#ī¸âŖ Tags: #autodelete #delete
đ Name: AutoDeleterRoBot
đ Username: @AutoDeleterRoBot
âī¸ Rating: âī¸âī¸âī¸ (3.9/5 on 37 votes)
âââ
âšī¸Description: Auto delete messages in chats in custom time intervals.
đ Languages: English
đŦ Supports inline: no
đĨ Groups: yes
#ī¸âŖ Tags: #autodelete #delete
đ¤ New bot
đ Name: CopilotOfficialBot
đ Username: @CopilotOfficialBot
âī¸ Rating: âī¸âī¸âī¸âī¸ (4/5 on 140 votes)
âââ
âšī¸Description: Official Microsoft Copilot bot
đ Languages: English Italian Spanish French Chinese Portuguese German ...
đŦ Supports inline: no
đĨ Groups: no
#ī¸âŖ Tags: #gpt #gpt4 #copilot #microsoft #ai
đ Name: CopilotOfficialBot
đ Username: @CopilotOfficialBot
âī¸ Rating: âī¸âī¸âī¸âī¸ (4/5 on 140 votes)
âââ
âšī¸Description: Official Microsoft Copilot bot
đ Languages: English Italian Spanish French Chinese Portuguese German ...
đŦ Supports inline: no
đĨ Groups: no
#ī¸âŖ Tags: #gpt #gpt4 #copilot #microsoft #ai
v1.1.29 (TDesktop v5.1.7)
No changelog :)
No changelog :)