Tafkas / mensabot

A Slack Mensa Bot POC

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Mensabot

This is a Slack Mensa Bot POC developed during the Project-A IT Open Space.

Getting started

  • Clone the repository
  • Create a virtual environemt: python3 -m venv .venv
  • Activate virtual environment: source .venv/bin/activate
  • Install dependencies: pip install -r requirements.txt
  • Run the Flask application python app.py
  • Send GET request to localhost:8000/mensa

For more info check out the accompanying blog post

About

A Slack Mensa Bot POC

License:MIT License


Languages

Language:Python 100.0%