leviobrabo / climatologiabot

Inline bot that search your city's weather forecast

Home Page:https://t.me/climatologiabot

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Janna

Climatologiabot is an inline bot that searches your city's weather forecast

Requirement

You will need to have the following tools installed on your machine:

🤖 Deploy no Heroku

Deploy

🤖 Running the bot locally

# Clone this repository
$ git clone https://github.com/leviobrabo/climatologiabot.git

# Access project folder in terminal/cmd
$ cd climatologiabot

# install the dependencies

# Using NPM:
$ npm i

# Environment variables

# Create a .env file with any text editor and put:
WEATHER_API_KEY=#API DO WEATHER (https://openweathermap.org/api)
TELEGRAM_API=#Your bot token generated in @BotFather
DB_STRING=#MONGO URL
groupId=#ID DO GRUPO PARA LOG
DEV_USERS=#ID_DEV // userId1,userId2,userId3


# Run the application
$ npm start

Ready, the bot will already be running

Functionalities

Support for the following languages

🇺🇸 - English 🇧🇷 - Português 🇷🇺 - Русский 🇮🇹 - Italiano 🇫🇷 - Français 🇹🇷 - Türkçe 🇮🇳 - हिंदी 🇺🇦 - українська 🇪🇸 - Español

Have fun using this bot

About

Inline bot that search your city's weather forecast

https://t.me/climatologiabot

License:MIT License


Languages

Language:JavaScript 100.0%Language:Procfile 0.0%