Kalyan Mudumby

Hello I am Kalyan Mudumby, AKA theinhumaneme, I share whatever that piques my interest and things that I’ve done for future reference.

Cloudflare Tunnels - Installing and Setting up our first tunnel

In the past few months, I have been interested in making a small home lab, trying out some self-hosted services on my Raspberry Pi 4, and occasionally hosting some of my projects. Some of the most popular self-hosted applications that I use are: Nextcloud - Alternative to Cloud Storage Services Jellyfin - A Home Media Server with awesome features A Visual Studio Code Server But to do all of this and access my applications remotely, I need...

May 20, 2023 · 7 min · Kalyan Mudumby

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