Skip to content

Latest commit

 

History

History
16 lines (12 loc) · 531 Bytes

README.md

File metadata and controls

16 lines (12 loc) · 531 Bytes

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