ismtabo / calculator-bot-tg

Telegram bot that provide an inline keyboard calculator

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Calculator telegram bot

This repository contains the code of a telegram bot that provide an inline keyboard calculator.

The bot is configured using the following environment variables:

Env Variable Type Description
TG_TOKEN string Telegram token from @BotFather (remember not to commit this configuration)
LOG_LEVEL string Logging level

Dependencies

  • Python 3.8+
  • Pipenv 2021.5.29+q

Usage

Install dependencies

pipenv install

Run the bot

pipenv run python -m calculator_bot

Authors

About

Telegram bot that provide an inline keyboard calculator

License:MIT License


Languages

Language:Python 77.0%Language:Makefile 22.2%Language:Dockerfile 0.7%