Telegram chatbot for pension calculation
Task: develop a chat bot for Telegram that checks whether the pension received by the user corresponds to the amount they should receive, taking into account indexing based on a calculator.
Implementation: The user enters data, the bot either issues a message about the correct pension payment or calculates what pension the user should receive. The mechanism is implemented through data transmission for calculation in Google Sheets and receiving the result back in the bot. Next, the user is prompted to leave a phone number (share or enter manually). Additionally, a lead is created in KeyCRM only if the client shares their contact. Data duplication in Google Sheets is also set up.
Stacks: Python, libraries python-telegram-bot, gspread, google-auth, requests, interface KeyCRM API
#python #Telegram #chat-bot #pyTelegramBotAPI #keycrm #GoogleSheets
Implementation: The user enters data, the bot either issues a message about the correct pension payment or calculates what pension the user should receive. The mechanism is implemented through data transmission for calculation in Google Sheets and receiving the result back in the bot. Next, the user is prompted to leave a phone number (share or enter manually). Additionally, a lead is created in KeyCRM only if the client shares their contact. Data duplication in Google Sheets is also set up.
Stacks: Python, libraries python-telegram-bot, gspread, google-auth, requests, interface KeyCRM API
#python #Telegram #chat-bot #pyTelegramBotAPI #keycrm #GoogleSheets