Skip to content

apriltuesday/lunchbot

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Lunchbot

Lunchbot wants to know what's for lunch.

Adapted from importio-slack-app for the Slack Events API.

Setup

You'll need a Slack app subscribed to the app_mention event, and you'll need your OAuth token and signing secret to run the app. For help setting this up, check Slack documentation.

pip install -r requirements.txt
export SLACK_BOT_TOKEN=<token>
export SLACK_SIGNING_SECRET=<secret>
python bot.py

This will run the bot locally on port 3000.

To-Do

  • Cache menu files
  • Support DMs
  • Slightly future proof - e.g. make it easy to write new "menu providers"

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages