Deploying our Telegram Bot to Heroku [Part - 4]

Recap In [PART- 3] of the series we have made a simple bot that can send songs using Telegram file_id, I hope that you’ve made some changes/added new features/ made a new bot that meets your requirements. By this point, we understand that the bot can only work as long as our machine is online to process the requests, but this method can’t keep going on forever. We need to make sure that the bot runs somewhere else and is always available to us....

August 16, 2022 · 5 min · Kalyan Mudumby

Let's make a Music Bot [Part-3]

In Part -3 of the Telegram Python Bot series, we will be building an interactive bot that will send us songs from our playlists.

June 14, 2022 · 7 min · Kalyan Mudumby

Making our First Telegram Bot [Part -2]

In this Post we will be discussing the ways of making a bot, and making a simple Bot for ourselves How to make a Bot Making a Telegram bot can be as easy as using a Bot Building bots on Telegram or by coding/scripting a Bot for ourselves which is preferable as it gives us a lot of flexibility for making a bot tailored for us. Which programming Language to use?...

October 13, 2021 · 2 min · Kalyan Mudumby