Skip to content

tuhinpal/weather-bot

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

14 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Weather Bot

Weather bot for Telegram, made using TelegrafJS

Send a Message

Demo

Features :

  • Powerful
  • Correct Result
  • Open Sourced
  • Free

Deploy :

You need few things to deploy this bot:

Deploy 👇

  • Clone this Repository
git clone https://github.com/cachecleanerjeet/weather-bot.git
  • Open config.js & enter your Bot API TOKEN in BOT_TOKEN section & replace the Weather API Url in API_URL Section & save it
  • Now install the Dependencies
npm install
  • Now install forever js so that main.js will run after you close the shell
npm install forever -g
  • Now start the process
forever start main.js
  • Your bot will work now
  • To stop the process go to that directory &
forever stop main.js

This Project is Using Weather Api of Mine

Star this Repo if you Liked it ⭐⭐⭐