abdsoleh / Calculator-Bot

A Telegram Calculator-Bot

Home Page:https://t.me/tgcalculatorbot

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Calculator-Bot

Simple Telegram Calculator-Bot


License

#!/usr/bin/env python3
# Copyright (C) @ZauteKm
# This program is free software: you can redistribute it and/or modify
# it under the terms of the GNU Affero General Public License as published by
# the Free Software Foundation, either version 3 of the License, or
# (at your option) any later version.

# This program is distributed in the hope that it will be useful,
# but WITHOUT ANY WARRANTY; without even the implied warranty of
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
# GNU Affero General Public License for more details.

# You should have received a copy of the GNU Affero General Public License
# along with this program.  If not, see <https://www.gnu.org/licenses/>.

Variables

  • API_HASH Your API Hash from my.telegram.org
  • API_ID Your API ID from my.telegram.org
  • BOT_TOKEN Your bot token from @BotFather

Deploy

Deploy to Heroku


Deploy

Deploy to Railway

Deploy in your VPS
$ git clone https://github.com/ZauteKm/Calculator-Bot.git
$ cd Calculator-Bot
$ pip3 install -r requirements.txt
# <create Variables Appropriately>
$ python3 bot.py

Credits


About

A Telegram Calculator-Bot

https://t.me/tgcalculatorbot

License:GNU General Public License v3.0


Languages

Language:Python 91.3%Language:Dockerfile 5.5%Language:Shell 3.2%