Skip to content

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

Notifications You must be signed in to change notification settings

HightechSec/covid-19-telegram_bot

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

24 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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