Skip to content

Tafkas/mensabot

master
Switch branches/tags

Name already in use

A tag already exists with the provided branch name. Many Git commands accept both tag and branch names, so creating this branch may cause unexpected behavior. Are you sure you want to create this branch?
Code

Latest commit

 

Git stats

Files

Permalink
Failed to load latest commit information.
Type
Name
Latest commit message
Commit time
 
 
 
 
 
 
 
 
 
 

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

Releases

No releases published

Packages

No packages published

Languages