Telegram bot for anonymous messaging
Telegram bot written in Python. MySQL database.
The user launches the bot and is shown two buttons to choose from "I am a boy" and "I am a girl". After choosing, the user's id goes to the database, where it waits for a conversation partner of the opposite gender to appear. After that, the bot connects them for communication, previously linking them in the database by their Telegram id. If the user wants to end the conversation, there are two buttons in the menu "End the conversation" and "Open your profile" (if they no longer wish to remain anonymous with the conversation partner). After the user chooses an action, they are taken back to the main menu.
#Python #telegram-bot #Programming
The user launches the bot and is shown two buttons to choose from "I am a boy" and "I am a girl". After choosing, the user's id goes to the database, where it waits for a conversation partner of the opposite gender to appear. After that, the bot connects them for communication, previously linking them in the database by their Telegram id. If the user wants to end the conversation, there are two buttons in the menu "End the conversation" and "Open your profile" (if they no longer wish to remain anonymous with the conversation partner). After the user chooses an action, they are taken back to the main menu.
#Python #telegram-bot #Programming