/PublicMaskBot

Primary LanguagePythonGNU General Public License v3.0GPL-3.0

Telegram Public Mask Finder Bot

Bot Username: @public_mask_bot

Introduction

Provides information of S. Korea's Public Mask sale status.

Built with...

Self-hosting instructions

Prequisites

  • Python >= 3.8
  • Telegram Bot Token

Instruction

  1. Install requirements with pip install -r requirements.txt
  2. Create dotenv(.env) file containing telegram bot's token. The file should be formed like:
BOT_TOKEN=SOME_TELEGRAM_BOT_TOKEN
  1. Start bot with python bot.py.