LunchBot makes ordering lunch easy and fair(-ish).
To install LunchBot (on Mac) run the following commands in the lunchbot
directory:
brew install geckodriver
brew install firefox
pip3 install -r requirements.txtLunchBot expects the following environmental variables to be available when it
is run:
GOOGLE_API_KEY
SLACK_TOKEN
SLACK_CHANNEL
DOORDASH_USERNAME
DOORDASH_PASSWORDTo run LunchBot, simply run
python3 -m PATH/TO/LUNCHBOTin a crontab.
