chdsbd / wolframalpha-bot

:space_invader: A simple Flask app that provides a webhook for Slack to query the WolframAlpha API

Repository from Github https://github.comchdsbd/wolframalpha-botRepository from Github https://github.comchdsbd/wolframalpha-bot

wolframalpha-bot

A simple Flask app that provides a webhook for Slack to query the WolframAlpha API

Setup

  1. Configure the Flask App using your WolframAlphaAPIKey:
export API_KEY=<WolframAlphaAPIKey>
export TOKEN=<MakeALongTokenToSendWithYourRequests>
  1. Configure an Outgoing WebHook for Slack with your URL and TOKEN.

  2. Start app

  • production: run gunicorn app:app
  • development: run python app.py

About

:space_invader: A simple Flask app that provides a webhook for Slack to query the WolframAlpha API

License:MIT License


Languages

Language:Python 100.0%