-
Notifications
You must be signed in to change notification settings - Fork 3
Home
Yoffa edited this page Oct 1, 2019
·
5 revisions
Welcome to the WolframBot wiki!
-
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 thedebug
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.