sanav33 / matchat

Coffee Chat Roulette Slack Bot

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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 .

About

Coffee Chat Roulette Slack Bot


Languages

Language:Python 93.1%Language:Dockerfile 5.9%Language:Shell 0.8%Language:Procfile 0.2%