/Telegram_Chatbot

chatbot made with telegram

Primary LanguageJavaScriptMIT LicenseMIT

Bot logo

telegram-chatbot

Status GitHub Issues GitHub Pull Requests License


🤖 This is a telegram replying bot which will message fuck you when you go and type hey to it.

📝 Table of Contents

🧐 About

This is just the basic version of the bot made to learn more about the api provided by telegram!

💭 How it works

It simply uses the API and passees the message. Written in JavaScript

🎈 Usage

Could be used for an organisation, At the time just for learning.

🏁 Getting Started

Do this to install and run your own bot

Prerequisites

What things you need to install the software and how to install them.

  • Node.js
  • NPM
  • Now for deployment

Installing

A step by step series of examples that tell you how to get a development env running.

Git clone https://github.com/DhruvDoshi/telegram-chatbot
cd telegram-chatbot

Update the API key in index.js file

npm install
now 

This command will host the app on internet

  • Grab the URl
curl -F "url=<PASTE THE URL HERE >"  https://api.telegram.org/bot<API KEY OF YOURS HERE>/setWebhook

⛏️ Built Using

  • NODE.JS - API holder and APP backend
  • VERSAL - hosting platform - NOW

✍️ Authors

See also the list of contributors who participated in this project.

🎉 Acknowledgements

I took help from meduim pages!! Kudus to them !!