Home

Awesome

pyfram-telegram-bot

Open-source WolframAlpha Telegram bot

Current status:

The bot works pretty fine for the end-user, all the functionality I wanted to introduce is already there. Only the code needs some polishing

What can the end-user achieve with bot? How to use it?

Video preview:

Bot functionality preview

How the code works?

Well, it's no dark magic. I simply query WolframAlpha API and send text answer or image:

The short import lists are also self-explanatory. As you can see in TODO, in free time I'll also introduce type checking. Bot is ready to go to Heroku, code is clear and understandable (at least I hope so).

Why won't we develop a public bot?

Wolfram API for a non-personal use is quite expensive and we cannot afford being Santa Claus. That's why we provide only the code and left the appID empty. Feel free to set up such a bot for personal use with your own API key or to gain funds for a fully public one.

But if you want to see the bot in action: @wolaph_bot

api_calls.py simple documentation

The whole API wrapper is developed in WolframBot class.

Contribution

Feel free to create issues, to make PRs, every kind of help is welcome here

You can reach me and talk about this project on:

License

The code is and will be distributed under the permissive MIT License