https://github.com/tuhinpal/weather-bot
Weather bot for Telegram, made using TelegrafJS
https://github.com/tuhinpal/weather-bot
telegraf telegrafjs telegram-bot weather
Last synced: 6 months ago
JSON representation
Weather bot for Telegram, made using TelegrafJS
- Host: GitHub
- URL: https://github.com/tuhinpal/weather-bot
- Owner: tuhinpal
- License: apache-2.0
- Created: 2020-09-22T08:03:13.000Z (about 5 years ago)
- Default Branch: master
- Last Pushed: 2021-08-12T10:05:59.000Z (about 4 years ago)
- Last Synced: 2025-03-25T19:40:49.809Z (7 months ago)
- Topics: telegraf, telegrafjs, telegram-bot, weather
- Language: JavaScript
- Homepage: https://t.me/weatheroftoday_bot
- Size: 24.4 KB
- Stars: 8
- Watchers: 1
- Forks: 6
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
## Weather Bot
**Weather bot for Telegram, made using TelegrafJS**
[](https://t.me/weatheroftoday_bot)
[](https://t.me/weatheroftoday_bot "Demo")### Features :
- Powerful
- Correct Result
- Open Sourced
- Free### Deploy :
**You need few things to deploy this bot:**
- Deploy your Weather API Server
https://github.com/cachecleanerjeet/weather-api
- System with nodejs installed (version 10 +)**Deploy 👇**
- Clone this Repository
```bash
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```bash
npm install
```- Now install forever js so that main.js will run after you close the shell
```bash
npm install forever -g
```
- Now start the process```bash
forever start main.js
```
- Your bot will work now
- To stop the process go to that directory &```bash
forever stop main.js
```### This Project is Using [Weather Api](https://github.com/cachecleanerjeet/weather-api "Weather API") of [Mine](https://tu.hin.life "Mine")
### Star this Repo if you Liked it ⭐⭐⭐