ibnusyawall / covid-19-telegram_bot

COVID-19 Telegram Bot with data provided from @mathdroid and @k1m0ch1 Covid-19-API Repository

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

COVID-19 Telegram Bot (Indonesian)

Docker Pulls License GitHub code size in bytes GitHub repo size GitHub last commit GitHub stars GitHub pull requests GitHub forks GitHub issues GitHub watchers

Telegram bot about Corona Virus (COVID-19) Information in Indonesia

1 2

Docker

To run this image you need docker installed. Just run the command:

  • Run this first docker pull hightechsec/covid-19-telegram_bot
  • Create .env file with TELEGRAM_BOT_TOKEN=BOT_TOKEN inside it, Change the BOT_TOKEN with your Bot Token
  • then continue to run this docker run --name covidbot --env-file /path/to/your/.env -it --rm hightechsec/covid-19-telegram_bot:latest

Build Manual Image

  • Clone this repo (https://github.com/HightechSec/covid-19-telegram_bot)
  • Change BOT_TOKEN in .env with your Bot Token
  • Then run docker build -t "covidbot" . and wait untill it's done
  • If the build is clear, run this command docker run --name covidbot -d --rm -it covidbot

Deploying Manually

  • Change BOT_TOKEN in .env with your Bot Token
  • then run npm install
  • and then npm start

Greets

About

COVID-19 Telegram Bot with data provided from @mathdroid and @k1m0ch1 Covid-19-API Repository


Languages

Language:JavaScript 99.6%Language:Dockerfile 0.4%Language:Shell 0.0%