Resource access management with emojis ππ¦
Use the manifest.json
for creating the application in Slack.
Create a .env
file following the example .env.example
. Run:
python3 -m venv .venv
source .venv/bin/activate
pip install -r requirements.txt
Start the application with python3 app.py
.