Forwarded from Astuces Telegram
This media is not supported in your browser
VIEW IN TELEGRAM
Bots similaires. Comme avec les canaux, le profil des bots contiennent une liste des bots similaires, où vous pouvez trouver des services, des outils et des jeux populaires.
🔒 Worried About Privacy on Telegram?
Here’s how Nicegram solved a real user’s challenge:
I needed more privacy while managing sensitive chats and joining public groups. Telegram lacked essential features like app locks and username anonymity. Then I found Nicegram, and everything changed:
🟠 Double Bottom: Discreet profile access with a specific password.
🟠 Secret Chats: Hide selected chats completely.
🟠 App Lock: Lock the app with PIN or Face ID.
🟠 Username Privacy: Disable username visibility in chats.
🎁 Get 1 Month of Premium FREE
Use the promo code SECURITYFIRST to unlock these features and more.
DOWNLOAD NICEGRAM
Here’s how Nicegram solved a real user’s challenge:
I needed more privacy while managing sensitive chats and joining public groups. Telegram lacked essential features like app locks and username anonymity. Then I found Nicegram, and everything changed:
🟠 Double Bottom: Discreet profile access with a specific password.
🟠 Secret Chats: Hide selected chats completely.
🟠 App Lock: Lock the app with PIN or Face ID.
🟠 Username Privacy: Disable username visibility in chats.
🎁 Get 1 Month of Premium FREE
Use the promo code SECURITYFIRST to unlock these features and more.
DOWNLOAD NICEGRAM
The ZOO bot is a Telegram game where players manage a virtual zoo. Launched by Zorimal Ltd on December 10, 2024, it already has over 18.8 million users. Why is the Mini App attracting so many players?
/r/TonDiscussion/comments/1ixytg1/zoo_the_telegram_game_making_waves_breakdown_of/
Submitted February 25, 2025 at 05:45PM by Past_Hotel_5987
on r/TelegramBots via https://www.reddit.com/r/TelegramBots/comments/1ixzgsb/the_zoo_bot_is_a_telegram_game_where_players/Backup by @tmebackupA @rtptme project - Other backups: http://pixly.link/tme
/r/TonDiscussion/comments/1ixytg1/zoo_the_telegram_game_making_waves_breakdown_of/
Submitted February 25, 2025 at 05:45PM by Past_Hotel_5987
on r/TelegramBots via https://www.reddit.com/r/TelegramBots/comments/1ixzgsb/the_zoo_bot_is_a_telegram_game_where_players/Backup by @tmebackupA @rtptme project - Other backups: http://pixly.link/tme
I want opinions and feedback on my project.
Hello Reddit! I stumbled across this section by chance and thought I’d share one of my recent side projects. This didn’t start with some grand purpose—just a personal goal to learn how to build Telegram bots, figure out webhooks, and get the hang of automated payments. Oh, and ideally, come up with a project that could maybe make some money or evolve into a startup. After a couple of brainstorming sessions, I settled on a storytelling format delivered through a Telegram bot.Here’s why:Stories and text-based content are popular and keep people engaged. Telegram has over 950 million users.A Telegram bot is convenient—no downloads, no installs, no websites. Sharing stories is as easy as a single tap—send them to friends or your own channels.A month ago, I had zero clue about building Telegram bots in Python. Honestly, my Python skills weren’t even that solid. But now? Let’s take a look at what I’ve cooked up:https://preview.redd.it/z8h7b1iucble1.png?width=677&format=png&auto=webp&s=e742066069e2987184d2730a7ae6304be85f10c2If I were to pitch this as a serious project, here’s how I’d describe it: A Telegram bot for reading and writing stories with gamification.Core value: Real stories and raw human emotions.Features: Internal currency, automated ad slots with instant publishing, automatic moderation with pre-screening of all content, plus extras like chat, achievements, and vouchers to trade for in-bot currency.In the first screenshot, you can see I tapped “Read Stories” from the main menu, picked the “New Stories” category, and instantly got a story submitted in the last 48 hours. I can rate it with a like or dislike, or hit “Next” to jump to another one. Now, I’ll switch to “Write Stories” and try submitting a couple:https://preview.redd.it/al7su0m5dble1.png?width=677&format=png&auto=webp&s=7dc03b1c05b11e99a6c0a2283e50e4f02655fb29Notice how the story list changes—no “New” or “Best” categories yet. That’s because every story starts in “New” no matter what category you pick. Here’s how the automatic sorting works:If a new story gets 20 likes, it moves to its chosen category.If it gets 20 dislikes, it’s auto-deleted.Once in its category, if it racks up over 50% dislikes, it’s gone too.If a story in its category hits 100+ likes, it lands in “Best,” where it stays forever—no likes or dislikes there.If a new story doesn’t hit the like/dislike threshold, it self-destructs after 48 hours.Every story (plus ads and chat messages) gets checked for banned words. A “cens” entity handles the list of forbidden terms and commands (think scripting languages or database calls). In different versions, this was either a .txt file, a SQLite database with word priorities, or a dedicated PostgreSQL table.From the screenshots above, you’ll see one story got added fine, but the second time, I swapped in a banned word. It flagged for moderation—its fate can be decided in the bot’s admin panel. Now, let’s hop over to the menu and stats to see what users get:https://preview.redd.it/eca3mm7fdble1.png?width=677&format=png&auto=webp&s=b331f896ed6808ef1d7d6faff269ca9573bd23c0Like I said, this isn’t just a plain text bot. It’s got gamification, achievements, and an internal currency. First thing you see in the menu is stats—for the bot and the user:Total stories in the system.Total users. Number of “Best” stories.Stories added today.User’s coin balance.Stories they can submit today.Ad slots they can post. Subscription status.Current bot core version. I thought through every mechanic carefully, weighing pros and cons. Here’s how it works:Users can post up to 3 stories per day.Reading a story costs 1 coin.Coins refresh daily—if you’re under 50, you get bumped to 50; if you’re over, no change. Out of coins? Invite a friend (both get 20 coins via referral), watch ads for coin rewards, redeem a voucher, or buy a subscription for 30 days of unlimited, ad-free scrolling.Earn coins by posting: 20 if your story moves from “New” to its category, 100 if it hits “Best.”Activity…
Hello Reddit! I stumbled across this section by chance and thought I’d share one of my recent side projects. This didn’t start with some grand purpose—just a personal goal to learn how to build Telegram bots, figure out webhooks, and get the hang of automated payments. Oh, and ideally, come up with a project that could maybe make some money or evolve into a startup. After a couple of brainstorming sessions, I settled on a storytelling format delivered through a Telegram bot.Here’s why:Stories and text-based content are popular and keep people engaged. Telegram has over 950 million users.A Telegram bot is convenient—no downloads, no installs, no websites. Sharing stories is as easy as a single tap—send them to friends or your own channels.A month ago, I had zero clue about building Telegram bots in Python. Honestly, my Python skills weren’t even that solid. But now? Let’s take a look at what I’ve cooked up:https://preview.redd.it/z8h7b1iucble1.png?width=677&format=png&auto=webp&s=e742066069e2987184d2730a7ae6304be85f10c2If I were to pitch this as a serious project, here’s how I’d describe it: A Telegram bot for reading and writing stories with gamification.Core value: Real stories and raw human emotions.Features: Internal currency, automated ad slots with instant publishing, automatic moderation with pre-screening of all content, plus extras like chat, achievements, and vouchers to trade for in-bot currency.In the first screenshot, you can see I tapped “Read Stories” from the main menu, picked the “New Stories” category, and instantly got a story submitted in the last 48 hours. I can rate it with a like or dislike, or hit “Next” to jump to another one. Now, I’ll switch to “Write Stories” and try submitting a couple:https://preview.redd.it/al7su0m5dble1.png?width=677&format=png&auto=webp&s=7dc03b1c05b11e99a6c0a2283e50e4f02655fb29Notice how the story list changes—no “New” or “Best” categories yet. That’s because every story starts in “New” no matter what category you pick. Here’s how the automatic sorting works:If a new story gets 20 likes, it moves to its chosen category.If it gets 20 dislikes, it’s auto-deleted.Once in its category, if it racks up over 50% dislikes, it’s gone too.If a story in its category hits 100+ likes, it lands in “Best,” where it stays forever—no likes or dislikes there.If a new story doesn’t hit the like/dislike threshold, it self-destructs after 48 hours.Every story (plus ads and chat messages) gets checked for banned words. A “cens” entity handles the list of forbidden terms and commands (think scripting languages or database calls). In different versions, this was either a .txt file, a SQLite database with word priorities, or a dedicated PostgreSQL table.From the screenshots above, you’ll see one story got added fine, but the second time, I swapped in a banned word. It flagged for moderation—its fate can be decided in the bot’s admin panel. Now, let’s hop over to the menu and stats to see what users get:https://preview.redd.it/eca3mm7fdble1.png?width=677&format=png&auto=webp&s=b331f896ed6808ef1d7d6faff269ca9573bd23c0Like I said, this isn’t just a plain text bot. It’s got gamification, achievements, and an internal currency. First thing you see in the menu is stats—for the bot and the user:Total stories in the system.Total users. Number of “Best” stories.Stories added today.User’s coin balance.Stories they can submit today.Ad slots they can post. Subscription status.Current bot core version. I thought through every mechanic carefully, weighing pros and cons. Here’s how it works:Users can post up to 3 stories per day.Reading a story costs 1 coin.Coins refresh daily—if you’re under 50, you get bumped to 50; if you’re over, no change. Out of coins? Invite a friend (both get 20 coins via referral), watch ads for coin rewards, redeem a voucher, or buy a subscription for 30 days of unlimited, ad-free scrolling.Earn coins by posting: 20 if your story moves from “New” to its category, 100 if it hits “Best.”Activity…
Forwarded from Dicas do Telegram
This media is not supported in your browser
VIEW IN TELEGRAM
Bots Similares. Assim como nos canais, os perfis dos bots exibem uma lista de bots similares – e lá você pode encontrar serviços, utilitários e jogos populares.
Any tutorial suggestions?
I was thinking about building an RPG by chat for me and my friends on telegram. To do so I'd like to create a bot that allows us to:Have character sheets (I've seen some examples, it seems like I have to create a bot or something for this)Roll dice (there are billions of these)Show our names in the roleplaying chat as our characters name (which I don't know if it can be done) Do you have any tutorial to suggest me, taking in consideration that I already have a ok-to-strong developing background?
Submitted February 25, 2025 at 11:30PM by Sohef
on r/TelegramBots via https://www.reddit.com/r/TelegramBots/comments/1iy7v2j/any_tutorial_suggestions/Backup by @tmebackupA @rtptme project - Other backups: http://pixly.link/tme
I was thinking about building an RPG by chat for me and my friends on telegram. To do so I'd like to create a bot that allows us to:Have character sheets (I've seen some examples, it seems like I have to create a bot or something for this)Roll dice (there are billions of these)Show our names in the roleplaying chat as our characters name (which I don't know if it can be done) Do you have any tutorial to suggest me, taking in consideration that I already have a ok-to-strong developing background?
Submitted February 25, 2025 at 11:30PM by Sohef
on r/TelegramBots via https://www.reddit.com/r/TelegramBots/comments/1iy7v2j/any_tutorial_suggestions/Backup by @tmebackupA @rtptme project - Other backups: http://pixly.link/tme
1935 groups and channels related to child abuse banned on February, 25.
Total this month: 52211
Report child abuse using the in-app 'Report' button or to stopCA@telegram.org.
Total this month: 52211
Report child abuse using the in-app 'Report' button or to stopCA@telegram.org.
163 terrorist bots and channels banned on February, 25.
Total this month: 21920
Report terrorist content using the in-app 'Report' button or to abuse@telegram.org.
Total this month: 21920
Report terrorist content using the in-app 'Report' button or to abuse@telegram.org.
💸 Want to earn $20 for just 30 minutes of your time? We’re looking for participants for a short user testing session of our new mobile app prototype!
What do you need to participate?
✅ Zoom installed on your phone
✅ 30 minutes of free time
✅ A quiet environment
✅ Conversational English
During the session, you’ll share your screen in Zoom and evaluate the usability of our app prototype in a conversation with our UI/UX designer.
🎁 Reward: $20 (USA)
If you have any questions, feel free to ask!
👉 To participate, fill out this short form: https://forms.gle/nioqbptwANpGzfFW9
Thank you! 🚀
What do you need to participate?
✅ Zoom installed on your phone
✅ 30 minutes of free time
✅ A quiet environment
✅ Conversational English
During the session, you’ll share your screen in Zoom and evaluate the usability of our app prototype in a conversation with our UI/UX designer.
🎁 Reward: $20 (USA)
If you have any questions, feel free to ask!
👉 To participate, fill out this short form: https://forms.gle/nioqbptwANpGzfFW9
Thank you! 🚀
1890 groups and channels related to child abuse banned on February, 26.
Total this month: 54101
Report child abuse using the in-app 'Report' button or to stopCA@telegram.org.
Total this month: 54101
Report child abuse using the in-app 'Report' button or to stopCA@telegram.org.
743 terrorist bots and channels banned on February, 26.
Total this month: 22663
Report terrorist content using the in-app 'Report' button or to abuse@telegram.org.
Total this month: 22663
Report terrorist content using the in-app 'Report' button or to abuse@telegram.org.
2363 groups and channels related to child abuse banned on February, 27.
Total this month: 56464
Report child abuse using the in-app 'Report' button or to stopCA@telegram.org.
Total this month: 56464
Report child abuse using the in-app 'Report' button or to stopCA@telegram.org.
731 terrorist bots and channels banned on February, 27.
Total this month: 23394
Report terrorist content using the in-app 'Report' button or to abuse@telegram.org.
Total this month: 23394
Report terrorist content using the in-app 'Report' button or to abuse@telegram.org.
👀 Spy on Friends: Stay in the Loop with Your Contacts!
Ever wondered what your friends are up to in your shared groups and channels? With Spy on Friends in Nicegram, you can now see their latest messages in communities you both belong to!
📲To use it, open your contact’s Telegram profile and activate the feature. Stay updated effortlessly and keep track of discussions that matter to you!
Try it now and never miss a beat!
Download Nicegram:
🛒 AppStore | 🛒 GooglePlay
Join Chat:
🇬🇧 EN Chat | 🇷🇺 RU Chat
Follow us:
✖️ X | 📹 YouTube
Website | Features | Navigation
Ever wondered what your friends are up to in your shared groups and channels? With Spy on Friends in Nicegram, you can now see their latest messages in communities you both belong to!
📲To use it, open your contact’s Telegram profile and activate the feature. Stay updated effortlessly and keep track of discussions that matter to you!
Try it now and never miss a beat!
Download Nicegram:
🛒 AppStore | 🛒 GooglePlay
Join Chat:
🇬🇧 EN Chat | 🇷🇺 RU Chat
Follow us:
✖️ X | 📹 YouTube
Website | Features | Navigation
1983 groups and channels related to child abuse banned on February, 28.
Total in February 2025: 58447
Report child abuse using the in-app 'Report' button or to stopCA@telegram.org.
Total in February 2025: 58447
Report child abuse using the in-app 'Report' button or to stopCA@telegram.org.
3851 terrorist bots and channels banned on February, 28.
Total in February 2025: 27245
Report terrorist content using the in-app 'Report' button or to abuse@telegram.org.
Total in February 2025: 27245
Report terrorist content using the in-app 'Report' button or to abuse@telegram.org.
What is the best hosting for my bots, and it's not too big, are there any free options?
No text found
Submitted March 02, 2025 at 12:47AM by polika77
on r/TelegramBots via https://www.reddit.com/r/TelegramBots/comments/1j1daxv/what_is_the_best_hosting_for_my_bots_and_its_not/Backup by @tmebackupA @rtptme project - Other backups: http://pixly.link/tme
No text found
Submitted March 02, 2025 at 12:47AM by polika77
on r/TelegramBots via https://www.reddit.com/r/TelegramBots/comments/1j1daxv/what_is_the_best_hosting_for_my_bots_and_its_not/Backup by @tmebackupA @rtptme project - Other backups: http://pixly.link/tme
1290 groups and channels related to child abuse banned on March, 1.
Total this month: 1290
Report child abuse using the in-app 'Report' button or to stopCA@telegram.org.
Total this month: 1290
Report child abuse using the in-app 'Report' button or to stopCA@telegram.org.
323 terrorist bots and channels banned on March, 1.
Total this month: 323
Report terrorist content using the in-app 'Report' button or to abuse@telegram.org.
Total this month: 323
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!
Try them and share your opinion, vote!
Is it possible to create a private telegram chat with bot
Hello guys,I have a bot that can interact with users. I can get chat_id, answer and etc.I will have an admin who will answer the messages.There is a way to create a private chat so that the admin will talk with the user through the bot?Main reason why I need this is to make admin private so the users won’t know who answers themCheers
Submitted March 02, 2025 at 02:25PM by Tucha7
on r/TelegramBots via https://www.reddit.com/r/TelegramBots/comments/1j1qs1t/is_it_possible_to_create_a_private_telegram_chat/Backup by @tmebackupA @rtptme project - Other backups: http://pixly.link/tme
Hello guys,I have a bot that can interact with users. I can get chat_id, answer and etc.I will have an admin who will answer the messages.There is a way to create a private chat so that the admin will talk with the user through the bot?Main reason why I need this is to make admin private so the users won’t know who answers themCheers
Submitted March 02, 2025 at 02:25PM by Tucha7
on r/TelegramBots via https://www.reddit.com/r/TelegramBots/comments/1j1qs1t/is_it_possible_to_create_a_private_telegram_chat/Backup by @tmebackupA @rtptme project - Other backups: http://pixly.link/tme