Skip to content

chdsbd/wolframalpha-bot

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

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

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages