An open API service indexing awesome lists of open source software.

https://github.com/tafkas/mensabot

A Slack Mensa Bot POC
https://github.com/tafkas/mensabot

flask heroku python rest-api slack

Last synced: 2 months ago
JSON representation

A Slack Mensa Bot POC

Awesome Lists containing this project

README

          

# 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](https://blog.tafkas.net/2016/01/25/mensabot---a-slack-bot-for-lunch-information/)