Simple server handling custom Mattermost slash commands
- Python
- virtualenv
- pip
run ./setup-venv.sh
It will create the virtual env and install all required dependencies (see requirements.txt
)
Run ./matter-slash-server-run.sh
to start matter slash server in current terminal. If you want to start matter slash server in the background use ./matter-slash-server-start.sh
run ./matter-slash-server-stop.sh
to stop matter slash server