Skip to content

Latest commit

 

History

History
33 lines (19 loc) · 882 Bytes

README.md

File metadata and controls

33 lines (19 loc) · 882 Bytes

Sympybot

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

How I can use this bot?

  • 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

License

GPL v2