β€οΈ Enjoy A Seamless Messaging Experience with Nicegramβs Features:
π· Create unlimited accounts
π· No location restrictions without the need for Proxies or VPNs
π· Experience the thrill of hidden messages with secure Double-layered Encryption
π· Convenient instant Translations to any foreign language
π· Reply to messages quickly with a Single Tap
π· Give LilyAI any task that ChatGPT is able to perform
π£ Attention, all Nicegrammers! Share your thoughts, ideas, and experiences with us!
π Download the app and spread the word - let's grow the Nicegram community together!
π https://nicegram.app
Don't Miss! #Nicegram x $GRUM
Join Forces - Leading Mem-Coin on the Bitcoin Blockchain!
πΌ How To Get $GRUM
β€οΈ Grumpy Chat
π· Create unlimited accounts
π· No location restrictions without the need for Proxies or VPNs
π· Experience the thrill of hidden messages with secure Double-layered Encryption
π· Convenient instant Translations to any foreign language
π· Reply to messages quickly with a Single Tap
π· Give LilyAI any task that ChatGPT is able to perform
π£ Attention, all Nicegrammers! Share your thoughts, ideas, and experiences with us!
π Download the app and spread the word - let's grow the Nicegram community together!
π https://nicegram.app
Don't Miss! #Nicegram x $GRUM
Join Forces - Leading Mem-Coin on the Bitcoin Blockchain!
πΌ How To Get $GRUM
β€οΈ Grumpy Chat
help setting up webhooks
im having trouble getting webhooks to work. i have a server running on pythonanywhere. and i have set up run_webhooks() with proper prompts. when i use a command eg /start it sends the request to the server but its not responding/working. im using flask, python telegram bot and python anywhereclass TeleBot: def __init__(self): self.bot_api = bot_api self.application = ApplicationBuilder().token(self.bot_api).build() def addhandler(self): start_handler = CommandHandler('start', self.start, filters=filters.COMMAND) self.application.add_handler(start_handler) print('added') self.application.run_webhook( listen='0.0.0.0', port=8443, url_path='', secret_token='secretphrase', key='private.key', webhook_url=f'https://api.telegram.org/bot{bot_api}/setWebhook?url=https://{my_username}.pythonanywhere.com/', ) async def start(self, update, context): print('ping') chat_id = update.effective_chat.id await context.wizardBot.sendMessage(chat_id=chat_id, text='Hey')if __name__ == '__main__': telebot = TeleBot() telebot.addhandler()server log errors:+0000] "POST / HTTP/1.1" 405 153 "-" "-"if i do this it connects:url = f'https://{username}.pythonanywhere.com/'response = requests.get(url)+0000] "GET / HTTP/1.1" 200 17 "-" "python-requests/2.31.0"
Submitted June 19, 2023 at 08:59PM by DX_ashh
on r/TelegramBots via https://www.reddit.com/r/TelegramBots/comments/14dnbk9/help_setting_up_webhooks/Backup by @tmebackupA @rtptme project - Other backups: http://pixly.link/tme
im having trouble getting webhooks to work. i have a server running on pythonanywhere. and i have set up run_webhooks() with proper prompts. when i use a command eg /start it sends the request to the server but its not responding/working. im using flask, python telegram bot and python anywhereclass TeleBot: def __init__(self): self.bot_api = bot_api self.application = ApplicationBuilder().token(self.bot_api).build() def addhandler(self): start_handler = CommandHandler('start', self.start, filters=filters.COMMAND) self.application.add_handler(start_handler) print('added') self.application.run_webhook( listen='0.0.0.0', port=8443, url_path='', secret_token='secretphrase', key='private.key', webhook_url=f'https://api.telegram.org/bot{bot_api}/setWebhook?url=https://{my_username}.pythonanywhere.com/', ) async def start(self, update, context): print('ping') chat_id = update.effective_chat.id await context.wizardBot.sendMessage(chat_id=chat_id, text='Hey')if __name__ == '__main__': telebot = TeleBot() telebot.addhandler()server log errors:+0000] "POST / HTTP/1.1" 405 153 "-" "-"if i do this it connects:url = f'https://{username}.pythonanywhere.com/'response = requests.get(url)+0000] "GET / HTTP/1.1" 200 17 "-" "python-requests/2.31.0"
Submitted June 19, 2023 at 08:59PM by DX_ashh
on r/TelegramBots via https://www.reddit.com/r/TelegramBots/comments/14dnbk9/help_setting_up_webhooks/Backup by @tmebackupA @rtptme project - Other backups: http://pixly.link/tme
Problem errors after connecting to the account
I'm trying to read my private chat to automate some stuff and I managed to make it work. But now after a while I'm getting the following erros and didn't find the cause to them: client.send_message(my_private_chat, msg) RuntimeWarning: Enable tracemalloc to get the object allocation tracebackAnd this one:ValueError: Cannot find any entity corresponding to "my_private_chat"Any ideia of what is going on? I sent and read messages with no problem for a while and then it stopped working. My code: https://prnt.sc/N4kMbTV_Moy3 , https://prnt.sc/QXlcruxCbBfJ
Submitted June 19, 2023 at 11:17PM by thiagohds
on r/TelegramBots via https://www.reddit.com/r/TelegramBots/comments/14dqz7k/problem_errors_after_connecting_to_the_account/Backup by @tmebackupA @rtptme project - Other backups: http://pixly.link/tme
I'm trying to read my private chat to automate some stuff and I managed to make it work. But now after a while I'm getting the following erros and didn't find the cause to them: client.send_message(my_private_chat, msg) RuntimeWarning: Enable tracemalloc to get the object allocation tracebackAnd this one:ValueError: Cannot find any entity corresponding to "my_private_chat"Any ideia of what is going on? I sent and read messages with no problem for a while and then it stopped working. My code: https://prnt.sc/N4kMbTV_Moy3 , https://prnt.sc/QXlcruxCbBfJ
Submitted June 19, 2023 at 11:17PM by thiagohds
on r/TelegramBots via https://www.reddit.com/r/TelegramBots/comments/14dqz7k/problem_errors_after_connecting_to_the_account/Backup by @tmebackupA @rtptme project - Other backups: http://pixly.link/tme
Lightshot
Screenshot
Captured with Lightshot
Free snaphack
https://discord.gg/p64CSBuW
Submitted June 19, 2023 at 11:05PM by Beginning-Formal9828
on r/TelegramBots via https://www.reddit.com/r/TelegramBots/comments/14dqnmi/free_snaphack/Backup by @tmebackupA @rtptme project - Other backups: http://pixly.link/tme
https://discord.gg/p64CSBuW
Submitted June 19, 2023 at 11:05PM by Beginning-Formal9828
on r/TelegramBots via https://www.reddit.com/r/TelegramBots/comments/14dqnmi/free_snaphack/Backup by @tmebackupA @rtptme project - Other backups: http://pixly.link/tme
Discord
Join the SnapHackπ» Discord Server!
Check out the SnapHackπ» community on Discord - hang out with 1,382 other members and enjoy free voice and text chat.
Any Auto-posting bot without RSS on Telegram ?
No text found
Submitted June 19, 2023 at 11:53PM by TerraPretaTerraPreta
on r/TelegramBots via https://www.reddit.com/r/TelegramBots/comments/14dryfu/any_autoposting_bot_without_rss_on_telegram/Backup by @tmebackupA @rtptme project - Other backups: http://pixly.link/tme
No text found
Submitted June 19, 2023 at 11:53PM by TerraPretaTerraPreta
on r/TelegramBots via https://www.reddit.com/r/TelegramBots/comments/14dryfu/any_autoposting_bot_without_rss_on_telegram/Backup by @tmebackupA @rtptme project - Other backups: http://pixly.link/tme
Undress ANY girl for absolutely FREE (un-blurred)
https://undress.app/ref92eb3
Submitted June 20, 2023 at 02:49AM by unkown-_-entity
on r/TelegramBots via https://www.reddit.com/r/TelegramBots/comments/14dw727/undress_any_girl_for_absolutely_free_unblurred/Backup by @tmebackupA @rtptme project - Other backups: http://pixly.link/tme
https://undress.app/ref92eb3
Submitted June 20, 2023 at 02:49AM by unkown-_-entity
on r/TelegramBots via https://www.reddit.com/r/TelegramBots/comments/14dw727/undress_any_girl_for_absolutely_free_unblurred/Backup by @tmebackupA @rtptme project - Other backups: http://pixly.link/tme
undress.app
Undress any girl for free - Undress AI - Deepnude, deepfake AI service
Undress AI any girl with our FREE service. Just choose age, body type, quality and get a result in a few seconds. The ultimate photo nudify, best AI deep nudes. Remove clothes from anyone.
How it works?
Hello everyone i want to ask a question, so i see there is a lot of telegram channel or bot that give some free account of Netflix or Crunchyroll ... , My question is how this telegram work, thay hack this account and after that they share it or there is another whey i just want to understand the concept i don't want to hacking π .
Submitted June 20, 2023 at 05:03AM by mouaad-dev
on r/TelegramBots via https://www.reddit.com/r/TelegramBots/comments/14dz527/how_it_works/Backup by @tmebackupA @rtptme project - Other backups: http://pixly.link/tme
Hello everyone i want to ask a question, so i see there is a lot of telegram channel or bot that give some free account of Netflix or Crunchyroll ... , My question is how this telegram work, thay hack this account and after that they share it or there is another whey i just want to understand the concept i don't want to hacking π .
Submitted June 20, 2023 at 05:03AM by mouaad-dev
on r/TelegramBots via https://www.reddit.com/r/TelegramBots/comments/14dz527/how_it_works/Backup by @tmebackupA @rtptme project - Other backups: http://pixly.link/tme
354 terrorist bots and channels banned on June, 19.
Total this month: 5360
Report terrorist content using the in-app 'Report' button or to abuse@telegram.org.
Total this month: 5360
Report terrorist content using the in-app 'Report' button or to abuse@telegram.org.
1479 groups and channels related to child abuse banned on June, 19.
Total this month: 31549
Report child abuse using the in-app 'Report' button or to stopCA@telegram.org.
Total this month: 31549
Report child abuse using the in-app 'Report' button or to stopCA@telegram.org.
Hello guys, New link to undress.app
https://undress.app/ref/bd546
Submitted June 20, 2023 at 05:18PM by Neodiny
on r/TelegramBots via https://www.reddit.com/r/TelegramBots/comments/14edx1h/hello_guys_new_link_to_undressapp/Backup by @tmebackupA @rtptme project - Other backups: http://pixly.link/tme
https://undress.app/ref/bd546
Submitted June 20, 2023 at 05:18PM by Neodiny
on r/TelegramBots via https://www.reddit.com/r/TelegramBots/comments/14edx1h/hello_guys_new_link_to_undressapp/Backup by @tmebackupA @rtptme project - Other backups: http://pixly.link/tme
undress.app
Undress AI - Create Deepnude for FREE
Undress AI anybody with our FREE service. Just set age, body type, quality and get a result in a few seconds. The ultimate photo nudify, best AI deep nudes. Remove clothes from anyone.
https://undress.app/ref/da978
No text found
Submitted June 20, 2023 at 05:48PM by Traditional_Boat8068
on r/TelegramBots via https://www.reddit.com/r/TelegramBots/comments/14eeo13/httpsundressapprefda978/Backup by @tmebackupA @rtptme project - Other backups: http://pixly.link/tme
No text found
Submitted June 20, 2023 at 05:48PM by Traditional_Boat8068
on r/TelegramBots via https://www.reddit.com/r/TelegramBots/comments/14eeo13/httpsundressapprefda978/Backup by @tmebackupA @rtptme project - Other backups: http://pixly.link/tme
undress.app
Undress any girl for free - Undress AI - Deepnude, deepfake AI service
Undress AI any girl with our FREE service. Just choose age, body type, quality and get a result in a few seconds. The ultimate photo nudify, best AI deep nudes. Remove clothes from anyone.
iOS payments
Hey! Telegram is saying that due to Apples limitations it is currently not allowed to accept payments for digital goods from iOS users. I'm wondering if anyone here found workaround that can actually be used to receive payments from iOS users in exchange for some bot features?
Submitted June 20, 2023 at 11:05PM by fuxgl
on r/TelegramBots via https://www.reddit.com/r/TelegramBots/comments/14en753/ios_payments/Backup by @tmebackupA @rtptme project - Other backups: http://pixly.link/tme
Hey! Telegram is saying that due to Apples limitations it is currently not allowed to accept payments for digital goods from iOS users. I'm wondering if anyone here found workaround that can actually be used to receive payments from iOS users in exchange for some bot features?
Submitted June 20, 2023 at 11:05PM by fuxgl
on r/TelegramBots via https://www.reddit.com/r/TelegramBots/comments/14en753/ios_payments/Backup by @tmebackupA @rtptme project - Other backups: http://pixly.link/tme
19[f4m] ill make you horny until you cum, add kik: hannaprett2 telegram @Hannastacial32
No text found
Submitted June 20, 2023 at 11:57PM by jckckxjxjxjxjxj
on r/TelegramBots via https://www.reddit.com/r/TelegramBots/comments/14eoljs/19f4m_ill_make_you_horny_until_you_cum_add_kik/Backup by @tmebackupA @rtptme project - Other backups: http://pixly.link/tme
No text found
Submitted June 20, 2023 at 11:57PM by jckckxjxjxjxjxj
on r/TelegramBots via https://www.reddit.com/r/TelegramBots/comments/14eoljs/19f4m_ill_make_you_horny_until_you_cum_add_kik/Backup by @tmebackupA @rtptme project - Other backups: http://pixly.link/tme
20(f4m)am here for sext and video chat telegram::@brethcute
No text found
Submitted June 21, 2023 at 12:33AM by Educational-Might410
on r/TelegramBots via https://www.reddit.com/r/TelegramBots/comments/14epkci/20f4mam_here_for_sext_and_video_chat/Backup by @tmebackupA @rtptme project - Other backups: http://pixly.link/tme
No text found
Submitted June 21, 2023 at 12:33AM by Educational-Might410
on r/TelegramBots via https://www.reddit.com/r/TelegramBots/comments/14epkci/20f4mam_here_for_sext_and_video_chat/Backup by @tmebackupA @rtptme project - Other backups: http://pixly.link/tme
Hide sender name
Are there any bots that can hide the name of sender for tele channels (not forward msg).
Submitted June 21, 2023 at 08:39AM by DivCult
on r/TelegramBots via https://www.reddit.com/r/TelegramBots/comments/14ezunv/hide_sender_name/Backup by @tmebackupA @rtptme project - Other backups: http://pixly.link/tme
Are there any bots that can hide the name of sender for tele channels (not forward msg).
Submitted June 21, 2023 at 08:39AM by DivCult
on r/TelegramBots via https://www.reddit.com/r/TelegramBots/comments/14ezunv/hide_sender_name/Backup by @tmebackupA @rtptme project - Other backups: http://pixly.link/tme
1494 groups and channels related to child abuse banned on June, 20.
Total this month: 33043
Report child abuse using the in-app 'Report' button or to stopCA@telegram.org.
Total this month: 33043
Report child abuse using the in-app 'Report' button or to stopCA@telegram.org.
408 terrorist bots and channels banned on June, 20.
Total this month: 5768
Report terrorist content using the in-app 'Report' button or to abuse@telegram.org.
Total this month: 5768
Report terrorist content using the in-app 'Report' button or to abuse@telegram.org.
Please provide **feedback* about my psychotherapist telegram bot
I had been attending therapy for a few months and found it really helpful. However, when my therapist had to reschedule our session for the second time (I don't blame her), I decided to create a substitute to tide me over until our next session. As an active Python learner and ChatGPT user, I built a Telegram bot for this purpose.
After several iterations of adjusting prompts and about 100 deployments with bug fixes and feature improvements, I tested the bot with some friends and myself and found it useful.
It provides more actionable advice, and I feel comfortable sharing any concerns with it. Plus, I can use it on the go. Those are features I missed when working with a human therapist.
For those who have Telegram installed, I'm happy to share it. Any feedback is welcome.
https://t.me/therapy_ai_bot
Submitted June 21, 2023 at 10:34AM by AlexGerasim
on r/TelegramBots via https://www.reddit.com/r/TelegramBots/comments/14f1wu3/please_provide_feedback_about_my_psychotherapist/Backup by @tmebackupA @rtptme project - Other backups: http://pixly.link/tme
I had been attending therapy for a few months and found it really helpful. However, when my therapist had to reschedule our session for the second time (I don't blame her), I decided to create a substitute to tide me over until our next session. As an active Python learner and ChatGPT user, I built a Telegram bot for this purpose.
After several iterations of adjusting prompts and about 100 deployments with bug fixes and feature improvements, I tested the bot with some friends and myself and found it useful.
It provides more actionable advice, and I feel comfortable sharing any concerns with it. Plus, I can use it on the go. Those are features I missed when working with a human therapist.
For those who have Telegram installed, I'm happy to share it. Any feedback is welcome.
https://t.me/therapy_ai_bot
Submitted June 21, 2023 at 10:34AM by AlexGerasim
on r/TelegramBots via https://www.reddit.com/r/TelegramBots/comments/14f1wu3/please_provide_feedback_about_my_psychotherapist/Backup by @tmebackupA @rtptme project - Other backups: http://pixly.link/tme
Telegram
Therapy Bot
Learn how to deal with stress and make your life better with psychotherapy π€
Feedback form: https://forms.gle/
Feedback form: https://forms.gle/
Actually working Ai undresser model
This is a free AI undresser model that doesnt have a blur after you complete it. I pinky promise im a human and not a bot, it really works
https://undress.app/ref/c6dc9β
Submitted June 21, 2023 at 02:28PM by True_Ad3852
on r/TelegramBots via https://www.reddit.com/r/TelegramBots/comments/14f6f6r/actually_working_ai_undresser_model/Backup by @tmebackupA @rtptme project - Other backups: http://pixly.link/tme
This is a free AI undresser model that doesnt have a blur after you complete it. I pinky promise im a human and not a bot, it really works
https://undress.app/ref/c6dc9β
Submitted June 21, 2023 at 02:28PM by True_Ad3852
on r/TelegramBots via https://www.reddit.com/r/TelegramBots/comments/14f6f6r/actually_working_ai_undresser_model/Backup by @tmebackupA @rtptme project - Other backups: http://pixly.link/tme
undress.app
Undress any girl for free - Undress AI - Deepnude, deepfake AI service
Undress AI any girl with our FREE service. Just choose age, body type, quality and get a result in a few seconds. The ultimate photo nudify, best AI deep nudes. Remove clothes from anyone.
telegram group messages bot updates does not have proper user attached to them
No text found
Submitted June 21, 2023 at 03:13PM by Mental-Effective-110
on r/TelegramBots via https://www.reddit.com/r/TelegramBots/comments/14f7fxw/telegram_group_messages_bot_updates_does_not_have/Backup by @tmebackupA @rtptme project - Other backups: http://pixly.link/tme
No text found
Submitted June 21, 2023 at 03:13PM by Mental-Effective-110
on r/TelegramBots via https://www.reddit.com/r/TelegramBots/comments/14f7fxw/telegram_group_messages_bot_updates_does_not_have/Backup by @tmebackupA @rtptme project - Other backups: http://pixly.link/tme
β€οΈ Icon Contest Announcement
We would like to extend a huge heartfelt thank you to all the talented participants who took part in our Icon Design Contest.
β Now that the contest has ended, our team is currently in the process of reviewing all the submitted designs.
We understand that you're eager to know the results, and we appreciate your patience as we carefully evaluate each entry π
We'll be back shortly with an update.
So, make sure to follow our channel closely, as you won't want to miss the announcement! βοΈ
Don't Miss! #Nicegram x $GRUM
Join Forces - Leading Mem-Coin on the Bitcoin Blockchain!
πΌ How To Get $GRUM
β€οΈ Grumpy Chat
We would like to extend a huge heartfelt thank you to all the talented participants who took part in our Icon Design Contest.
β Now that the contest has ended, our team is currently in the process of reviewing all the submitted designs.
We understand that you're eager to know the results, and we appreciate your patience as we carefully evaluate each entry π
We'll be back shortly with an update.
So, make sure to follow our channel closely, as you won't want to miss the announcement! βοΈ
Don't Miss! #Nicegram x $GRUM
Join Forces - Leading Mem-Coin on the Bitcoin Blockchain!
πΌ How To Get $GRUM
β€οΈ Grumpy Chat