rafaelangical / rafaBot-telegram

Bot do apocalipse

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Bot telegram with NeoWs Api

  • bot telegram...

Prerequisites

Running

git clone https://github.com/rafaelangical/rafaBot-telegram
cd rafaBot-telegram
npm install or yarn
cp .env.example .env
Open .env on editor and set value of NASA_KEY provided by https://api.nasa.gov/index.html#apply-for-an-api-key
and TELEGRAM_TOKEN provided by https://core.telegram.org/bots/api

# To execute in development mode
yarn dev or npm run dev

# To execute in production mode
Open .env on editor and set NODE_ENV="production"
yarn build or npm run build
yarn start or npm run start

Runing lint

yarn lint or npm run lint

License

This project is licensed under the MIT License - see the LICENSE.md file for details.

About

Bot do apocalipse

License:MIT License


Languages

Language:TypeScript 97.3%Language:Shell 2.7%