A simple Flask app that provides a webhook for Slack to query the WolframAlpha API
- Configure the Flask App using your WolframAlphaAPIKey:
export API_KEY=<WolframAlphaAPIKey>
export TOKEN=<MakeALongTokenToSendWithYourRequests>
-
Configure an Outgoing WebHook for Slack with your
URL
andTOKEN
. -
Start app
- production: run
gunicorn app:app
- development: run
python app.py