top of page
Search

Telegram Bot

  • Writer: 12consult
    12consult
  • May 17, 2020
  • 1 min read

What is a bot?


According to wikpedia, An Internet bot, web robot, robot or simply bot, is a software application that runs automated tasks (scripts) over the Internet.


Telegram bot is created from BotFather using commands like

- /newbot

- /setuserpic

After this, you are free to explore using the token which is assigned by BotFather

Use this token and key into your web browser to try. It is fun.


  1. https://api.telegram.org/bot[Key in your Token here]/getme

  2. https://api.telegram.org/bot[Key in your Token here]/getupdates

  3. https://api.telegram.org/bot[Key in your Token here]/sendmessage?chat_id=[key inthe chat_id]&text=how%20are%20you%20doing


With the basic command above, you can start writing your code in python, java and so on to build your bot from scratch.

I have recently looked into the Telegram bot and created "BotBot". BotBot can be used to perform search results using the Google Search engine. Sent updates to a Telegram channel which we maintained. It can also be personalised according to our requirements.


Have fun! I have received request to conduct the above lesson. Give me some feedback so that I can decide whether to plan one.


Thanks.


 
 
 

Comments


ABOUT US

I am a freelance IT consultant specialising in the area of IT security. I specialised in Microsoft Office tools and developed apps for the IOS and Android phone. If you are keen do let me know.

  • Grey Facebook Icon
  • Grey Twitter Icon
  • Grey YouTube Icon

© 2023 BY SHB PROUDLY CREATED WITH WIX.COM

NEW RELEASES

To subscribe to us. Please fill in the following info.

bottom of page