Boot Telegram in Python
from telegram import Update, InlineKeyboardButton, InlineKeyboardMarkup, WebAppInfo
from telegram.ext import Updater, CommandHandler, CallbackContext
def start(update: Update, context: CallbackContext):
text = text = (
“Welcome to Vibero App!”
)
keyboard = [InlineKeyboardButton("Go to Web App", web_app=WebAppInfo(url="this")]]
reply_markup = InlineKeyboardMarkup(keyboard)
update.message.reply_text(message_text, reply_markup=reply_markup, disable_web_page_preview=True)
by def main():
“Token” is “Token”
Updater = Updater(TOKEN, use_context=True)
dp = updater.dispatcher
dp.add_handler(CommandHandler(‘start’, start))
updater.start_polling()
by updater.idle()
if __name__ == '__main__':
The main()
Client's review of cooperation with Illia Lototsky
Boot Telegram in PythonFast and efficient, everything is done according to the conditions.
Freelancer's review of cooperation with Sergey Podroyko
Boot Telegram in PythonThe contractor quickly got in touch with the project. A well-described task and a quick contact. The project was completed in 30 minutes. I recommend cooperation.
-
1803 31 0 Good evening . We will take the project right now, and during this day everything will be ready.
-
585 16 1 1 Good afternoon, ready now to solve your question in a few minutes, I have great experience in creating different-level telegram bots in different libraries. For more details write in the personal message.
-
226 6 0 1 Hi, ready to help with your problem, I have experience in developing telegram bots.
Current freelance projects in the category Python
AI Commenting Platform for TikTok and Instagram.Project Goal Develop a system that allows managing a large number of TikTok and Instagram accounts and automatically posting relevant comments under selected videos using AI. Main Functionality1. Account Management It is necessary to implement the ability to connect accounts:… AI & Machine Learning, Python ∙ 9 hours 32 minutes back ∙ 11 proposals |
Build a customer classification model1. There is client data in Mongo/SQL (approximately 20,000 entries with raw data). 2. It is necessary to build features and a classification model of clients into behavioral groups based on this data. 3. The project should be completed in Python. AI & Machine Learning, Python ∙ 2 days 3 hours back ∙ 33 proposals |
IT Automation of VAT Reporting
223 USD
It is necessary to develop a system for automating the transfer of sales data from the CRM to the accounting system Wafeq. The system should import bank and payment reports, automatically reconcile payments with invoices, generate invoices for VAT reporting, and minimize manual… AI & Machine Learning, Python ∙ 2 days 9 hours back ∙ 43 proposals |
Account reconciliation tool with the bank, cards, and accountantTechnical Assignment: Tool for Reconciling Accounts with Bank, Cards, and AccountantGeneral Goal A local tool (script/small application in Python) is needed, which is manually run once every 1-2 months on my computer and performs reconciliation between: Invoices I issued to… Python, Desktop Apps ∙ 2 days 21 hours back ∙ 42 proposals |
Automatic video posting on social media according to a scheduleTechnical Assignment (TA) Automatic video publication on social media according to a scheduleProject Description A script/bot (Python preferred, or any other solution of your choice — the main thing is stability and ease of maintenance) is needed, which automatically publishes… Python, Bot Development ∙ 3 days 9 hours back ∙ 59 proposals |