/matchat

Coffee Chat Roulette Slack Bot

Primary LanguagePython

matchat

There's a 1 in 4000 chance you'll be matcha-d (matched) with our grand prize, Jason Ngassa!!!

How to run

First time setup

You only need to run these steps the first time you set up the project!

  1. Create virtual environment with python3 -m venv venv
  2. Activate virtual env with source venv/bin/activate
  3. Install all dependencies with pip3 install -r requirements.txt

Running

  1. Make sure virtual env is activated
  2. Run export FLASK_APP=app
  3. flask run

Development

Docker

When rebuilding the Docker image on an Apple M1 chip, you can run docker buildx build --platform linux/amd64 -t matchat-docker:latest .