Vitor Santannavitorsantanna.hashnode.dev·Nov 30, 2023Creating a Telegram Bot to Show information about your mixnodes.Have you ever thought about seeing your node'status without having to open your browser, directly from your cellphone via telegram? This is possible and I will teach you how. Requirements Basic Knowledge of Python Python3.8 or newer BeautifulSoup ...Discussmixnode
Austine Jack Wereajackwere.hashnode.dev·Nov 29, 2023Creating a Telegram Bot with python-telegram-bot (v20.6 and Above)Telegram provides a robust platform for building interactive bots, and the python-telegram-bot library makes it easier for Python developers to create and manage Telegram bots. The earlier versions of telegram-bot used a dispatcher, which has since b...Discusstelegram bot
KarimKompissikarimdev.hashnode.dev·Oct 17, 2023How to build a Telegram bot with Node.JsTelegram bots are programmable entities that can automate various tasks within groups or discussions. In this article, we'll show you how to create a Telegram bot using Node.js to welcome new members joining a group. We'll explain each step, from cre...Discuss·46 readstelegram
Nirmal Kumarnirmalkumar.hashnode.dev·Oct 9, 2023Create a Telegram Bot with Node.jsIntroduction In this simple tutorial, we will explore creating a Telegram Bot using Node JS. We will Create a Telegram Bot that will send a random Chuck Norris Joke. By following along, you'll learn how to use Node.js, connect to APIs, and add some f...Discuss·26 readsNode.js
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·363 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 Codercodewithkaran.com·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...Discuss·34 readstelegram bot
Karan Codercodewithkaran.com·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 Codercodewithkaran.com·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·57 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·183 readstelegram bot