© 2023 Hashnode
#telegram
Hey ya, e-commerce enthusiasts! Are you ready to take your Medusa store to the next level? Well, buckle up because we're about to show you how to build a Telegram bot that will blow your customers' mi…
Telegram is a messaging app for phones where you can send messages, photos, videos and files of any type. It works on all major mobile and desktop platforms without relying on servers or having to sto…
Hi, folks. In this article, I want to give you another example of how to deploy your model via a telegram bot.In this case, I will use the same model that we used in ML Zoomcamp course in the 5th week. If you didn't take part in this course…
Hi everyone, in this post, I want to show you how I experimented with the Quarkus framework to solve a problem I had with saving articles to read them later from different PCs and from my smartphone. …
I have been using telegram for almost 4+ years and have made more than 30 bots during this period. I made the first one in PHP and the rest were build in Python and JavaScript. So today I thought why …
Introduction Telegram is one of the most popular instant messaging apps, giving Facebook-owned WhatsApp healthy competition. The app offers almost all the features found in WhatsApp for effective comm…
Introduction: Everything You Must Know About Investment Management Investment management is the process of joining funds, securities or different assets in order to create an investment portfolio. Investment management is important because …
BotMate is an online based web application when helps you build and deploy Telegram bots. By default it comes with two free bot slots, if you want more bots to host, you can purchase additional slots …
与Telegram Bot打交道的一个最多的方式就是使用命令,在官方的文档里命有专门的介绍。默认的情况下命令是由/开头的字符串。如果在对话中有多个Bot,你可以使用/command@botname来向指定的Bot发出问题。在继续之前,你应该已经读完小纸条一和小纸条二,并建立好了你的启动bot.py文件,并使用plugins来加载我们的插件。接下来,我们大多数的都是一个个plugin的方式来开发。 …
由于我希望使用MTProto协议来完成我以后的Telegram Bot,同时习惯了async的异步的一些便捷,所以我开始将我的基于python-telegram-bot的一些Bot改为Pyrogram。如果你想对整体的Telegram Bot以及相关的信息有一个了解,你可以去我的另一篇Blog了解相关的信息。接下来我会整理一下Pyrogram书写一个Telegram Bot所需要完成的事宜。 准备…