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
- Host: GitHub
- URL: https://github.com/tafkas/mensabot
- Owner: Tafkas
- License: mit
- Created: 2018-12-12T00:02:46.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2018-12-12T00:11:32.000Z (over 7 years ago)
- Last Synced: 2025-03-26T01:16:22.809Z (over 1 year ago)
- Topics: flask, heroku, python, rest-api, slack
- Language: Python
- Size: 5.86 KB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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/)