Posts

Showing posts from August, 2021

how create telegram bot using python easily

Image
WHAT IS BOT ? An Internet bot, web robot, robot or simply bot, is a software application that runs automated tasks over the Internet STEPS TO CREAT A TELEGRAM BOT Step 1: Set up your Bot’s profile To set up a new bot, start the conversation with BotFather (@BotFather). BotFather will help us in creating the new bot. Search for @botfather in Telegram Start your conversation by pressing the Start button create the bot by running /newbot command BotFather will send you a message with the token Step 2: Coding the bot Open up the terminal and start by creating a new directory first. pipenv install python-telegram-bot STEP 3: open terminal and install python telegram bot pacakge  STEP 4 :COPY YOUR API AND REFER MY CODE MODIFIY ACCORDINGLY LETS CHECK THE BOT NOW AFTER RUNNING THE CODE