telegram-support-bot
telegram-support-bot copied to clipboard
Easy way to use Telegram bot to hide your identity. Useful for support, anonymous channel management. Free clone of Livegram Bot.
Can you tell me how to deploy this bot on a private server? For example a VPS or a home Raspberry Pi. Если можно, ответьте на на русском:)
Item could not be created: We couldn't deploy your app because the source code violates the Salesforce Acceptable Use and External-Facing Services Policy.
if user_id: context.bot.copy_message( message_id=update.message.message_id, chat_id=user_id, from_chat_id=update.message.chat_id ) else: if update.message.reply_to_message.from_user.is_bot: #Checking that reply_to_message was reply to bot context.bot.send_message( chat_id=update.message.chat_id, text=WRONG_REPLY ) WRONG_REPLY will be send only for a bot's messages
Было бы здорово увидеть возможность заблокировать неугодных по Telegram id или любым другим способом
Hello! When I'm trying to deploy it to Heroku: `We couldn't deploy your app because the source code violates the Salesforce Acceptable Use and External-Facing Services Policy. `
Здравствуйте. При попытке создать бота по вашему туториалу с Хабра, появляется ошибка. МБ сейчас заработает?
The app is deployed on heroku. If a user that needs support starts the bot the bot is messaging hand emoji and I am getting the contacted user info. I...
how to reply to messages from people who chat with bots
When creating a program in Hiroku, an error "We couldnt deploy your app because the source code violates the Salesforce Acceptable Use and External-Facing Services Policy". Can you please tell...
When bot forwarded to a Telegram Group that have been set up to receive, it work normally. Bot function normally by forwarding messages to the group. This include "From: @sadvibealone...