- Flask
- PyYAML
- requests
- slack_bolt
- slack_sdk
pip3 install -r requirements.txt
ssh -R 80:localhost:3000 localhost.run
On single workspace
export `sed -e 's/[[:space:]]*:[[:space:]]*/=/g' auth/.env.yaml`
Run main.py
python3 main.py
tree --dirsfirst -vFI "$(grep -hvE '^$|^#' {,$(git rev-parse --show-toplevel)/}.gitignore|sed 's:/$::'|tr \\n '\|')"
echo/
├── auth/
│ ├── .env.yaml.sample
│ ├── SECRETS.sample -> .env.yaml.sample
│ └── __init__.py
├── listeners/
│ ├── __init__.py
│ ├── commands.py
│ └── shortcuts.py
├── utils/
│ ├── blocks.py
│ ├── loader.py
│ └── text.py
├── LICENSE
├── README.md
├── config.yaml
├── main.py
└── requirements.txt
3 directories, 13 files