Skip to content
This repository has been archived by the owner on Apr 10, 2024. It is now read-only.

e-conomic/lunchbot

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

42 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Archived

Tech Leads: Repository archived due to inactivity in more than 6 months. Please remember to add a CODEOWNERS file to the root of the repository when unarchiving.

lunchbot

Crawl all the lunch menus!

Environment variables

PORT - defaults to 3000

SLACK_SLASH_LUNCH - Slack security token

How to run

docker build -t lunchbot:latest .

docker run --detach --name lunchbot --publish <hostPort>:3000 --env SLACK_SLASH_LUNCH=<slackToken> lunchbot:latest