/teabot

A slack bot who also likes (ordering) boba tea just like you!

Primary LanguagePython

teabot

A slack bot who also likes (ordering) boba tea just like you!

teabot_preview

Icon used in the preview above is made by Freepik from www.flaticon.com under Flaticon Basic License.

Installation

mkvirtualenv oit --python=python3.7 # if virtual environment has not been created
workon oit --python=python3.7 # if virtual environment has created
pip install -r requirements.txt

In order to use this bot (in your workspace for development purpose), please follow the steps here in order to set up the Slack app.

Development Guidance

For local testing:

  1. Set up ngrok for local testing following installation guidance here and run ngrok http 3000.

  2. Have the app running with python app.py.