Skip to content
Yoffa edited this page Oct 1, 2019 · 5 revisions

Welcome to the WolframBot wiki!

The code structure:

  • Flask Handler.py this file will act as the HTTP server that will handle requests from endpoint(LINE), with Flask. There is no WSGI setup yet, and the debug flag is still on for hot-reload.

  • LineHandler.py act as the only handler for the LINE Messaging API functions and other stuffs related to it.

  • WolframAPICLient will fire requests to Wolfram Alpha Full Result API and format the response, so it can be sent to LINE correctly.

Clone this wiki locally