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.
-
1816 31 0 Good evening . We will take the project right now, and during this day everything will be ready.
-
594 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
Development of software with AIIt is necessary to develop software for automatic detection, capturing, and tracking of an object using a video camera and a rotating mechanism.Output data: Video camera with optics. Rotating device on two axes (azimuth/elevation angle). Servomotors controlled via Modbus… AI & Machine Learning, Python ∙ 7 hours 16 minutes back ∙ 9 proposals |
Technical Specification for Refinement of AI Bot for Generating Personalized SongsTECHNICAL TASK FOR IMPROVING THE AI PERSONAL SONG GENERATOR BOTMAIN GOAL Create a stable premium product that: generates the highest quality personal songs; does not fabricate facts about the client; works stably under load; is easily scalable; allows for analysis and… Python, Bot Development ∙ 8 hours 21 minutes back ∙ 23 proposals |
Excel Specialist / Process Automation (Excel + preferably programming)We are looking for a specialist with ADVANCED knowledge of Excel to optimize the existing file and automate processes. It will be a great advantage if you also have programming skills / VBA / Power Query / Power Automate or experience in creating complex logic in Excel. Project… Python, Databases & SQL ∙ 11 hours 20 minutes back ∙ 29 proposals |
Automation of processes through API and PythonBelow I described the current process and the result I would like to achieve. I also attach files of the real process to better understand how it looks in reality Current process Currently, the entire process is performed manually: uploading/downloading files, transferring… AI & Machine Learning, Python ∙ 12 hours 21 minutes back ∙ 36 proposals |
A bot needs to be created in Telegram for subscription payment.
45 USD
A bot needs to be created in Telegram where users can subscribe for access to the webcams located in the yard. Organize payment for two types of subscriptions (monthly and daily) in the bot. The bot should automatically check the payment and then provide access links. Python, Bot Development ∙ 1 day 1 hour back ∙ 74 proposals |