KO
|
EN
gitlite — search
Search
#javascript
#python
#hacktoberfest
#react
#ai
#typescript
#llm
#go
#golang
#android
#machine-learning
#rust
#deep-learning
#linux
Calculator-Bot
★ 10
Open GitHub ↗
No description available.
Download README (.md)
Explore Similar Repositories
TestLazarusLogging
:
Repository to test and learn how to use the many logging choices in Lazarus
purple
:
CircuitPython code for one-handed chording keyboards.
curso_jenkins
:
Curso de Jenkins
ghost-nextjs
:
No description available.
Hippo-Practice
:
Singleplayer practice map designed for practicing structures, such as hippos, on Hypixel Bridge maps.
// repository documentation
Was this content helpful?
★ 0
(0 ratings)
Select Rating:
★
★
★
★
★
Submit Feedback
Recent Feedback
×
Download README
Do you want to download the
README.md
file for
Calculator-Bot
?
Download (.md)
# Calculator-Bot Simple Telegram Calculator-Bot --- --- ### 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 <details><summary><b>Deploy to Heroku</b></summary> <p> <br> <a href="https://heroku.com/deploy?template=https://github.com/ALBINPRAVEEN/Calculator-Bot"> <img src="https://www.herokucdn.com/deploy/button.svg" alt="Deploy"> </a> </p> </details> <details> <summary><b>Deploy to Railway</b></summary> <br/> <p align="left"> <a href="https://railway.app/new/template?template=https%3A%2F%2Fgithub.com%2FALBINPRAVEEN%2FCalculator-Bot"> <img height="30px" src="https://railway.app/button.svg"> </a> </p> </a> </p> </details> <details> <summary><b>Deploy in your VPS</b></summary> <br/> ```sh $ git clone https://github.com/ALBINPRAVEEN/Calculator-Bot.git $ cd Calculator-Bot $ pip3 install -r requirements.txt # <create Variables Appropriately> $ python3 bot.py ``` </details>