Nour Jandaliblog.nourjandali.com·Sep 11, 2023Building a Telegram Bot with Supabase Edge FunctionsAre you ready to create your own Telegram bot powered by Supabase Edge Functions? This step-by-step guide will walk you through the process, from setting up your Supabase project to deploying your bot. By the end of this tutorial, you'll have a fully...Discuss·253 readssupabase
Shreya Srivastavathisisshreya.hashnode.dev·Sep 10, 2023Create a telegram bot using Node.jsThese days chatbots are used extensively by various companies for customer acquisition and retention, marketing etc. In this article, we'll see how to build a telegram bot using Node.js (GitHub). The following packages will be used to build the teleg...DiscussNode.js
Karan Coderkarancoder.tech·Aug 23, 2023How to send Keyboard In Telegram Bot using pyTelegramBotApi (telebot)In this tutorial, we'll guide you through creating a Telegram bot using Python and the Telebot library. Learn how to send a custom keyboard to users and process their responses. Prerequisites Telegram Account: You need a Telegram account to create a...Discusstelegram bot
Karan Coderkarancoder.tech·Aug 23, 2023Getting Your BotFather Token: A Quick GuideWatch Youtube Video On Get A @BotFather Token https://www.youtube.com/watch?v=LlIDhLl4Z8w If you're new to creating Telegram bots, the first thing you need is a BotFather token. Follow these steps to get one: Step 1: Open a Chat with BotFather Star...Discusstelegram bot
Karan Coderkarancoder.tech·Aug 23, 2023Creating a Basic Telegram Bot using Python and TelebotIn this tutorial, we'll walk you through the process of creating a basic Telegram bot using Python and the Telebot library. The bot will respond to user messages and provide a welcome message upon the /start command. Let's get started! Prerequisites ...Discuss·41 readsPython
George Danekeblog.daneke.ge·Aug 8, 2023Outline VPN + Telegram: bot hosted on DigitalOcean Functions (serverless)TLDR: if you want to try my bot, ask me on Telegram. I decided to share what I have for my own Outline VPN Server - it simple bot where you can generate a new personal key to access this VPN server. In the end, you will have Telegram chat id and @nic...Discuss·113 readstelegram bot
Carlos Armando Marcano Vargascarlosmv.hashnode.dev·Jul 30, 2023Sending Blog's updates to Telegram with ExpressIn this article, we are going to build a server with NodeJs and Express framework that reads content from an RSS link and extracts the last entry of a blog page and sends it to a telegram Bot. Like a newsletter but using Telegram instead of an email ...DiscussNode.js
Carlos Armando Marcano Vargascarlosmv.hashnode.dev·Jul 11, 2023How to Send Logs to a Telegram Bot Using RabbitMQ and FastAPILogs are a valuable source of information for monitoring website traffic and troubleshooting problems. However, managing logs can be a daunting task, especially if you have a large website with a lot of traffic. One way to simplify log management is ...Discuss·232 readsFastAPI
Vladyslavmetimol.hashnode.dev·Jul 7, 2023Free Automation for Any Telegram ChannelHello everyone! I had a few Telegram channels, but I didn't enjoy managing them. It took up a lot of time, and I constantly had to search for new topics and information for the channels. That's when I decided to create this project. It's a completely...Discuss·1 likePython
Alessandroswiftuser.hashnode.dev·May 29, 2023How to: Telegram bot with pythonOverview In this article, we are going to guide you through creating a Bot for Telegram in Python using Tornado and deploying it to Render. Requirements You will need to have created and working accounts for the following services: Have a Telegram a...Discuss·11 likes·234 readstelegram bot