Telegram bot that receives an Sympy expression and evalues it. Returns the result as a sticker.
You can use these commands:
/numeric [expression] -> eval the expression
/symbolic [expression] -> the same as numeric but without eval to float
/plot [expresion] -> graphical representation of the expression
- Install Python and pip
- Install pyTelegramBotAPI
pip install pyTelegramBotAPI
- Clone this repository (and submodules)
- Get a Telegram Bot Token
- Export an environment variable called "TelegramToken" with your Token
- Install webp and Pillow
- Run Sympybot.py
GPL v2