Skip to content

Latest commit

 

History

History
10 lines (7 loc) · 363 Bytes

README.md

File metadata and controls

10 lines (7 loc) · 363 Bytes

Wolframalpha Telegram Bot

Get a wolframalpha id and a telegram bot token and then replace the following lines in the code to make it work:

token = "YOUR TELEGRAM BOT TOKEN HERE"
wolframId = "YOUR WOLFRAMALPHA ID HERE"

This bot gets the input as a normal message and sends the step by step solution provided by the wolframalpha as the response.