Skip to content

Telegram bot that receives an Sympy expression and evalues it. Returns the result as a sticker.

License

Notifications You must be signed in to change notification settings

29antonioac/Sympybot

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

21 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

Telegram bot that receives an Sympy expression and evalues it. Returns the result as a sticker.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages