Skip to content

Latest commit

 

History

History
73 lines (53 loc) · 1.14 KB

README.md

File metadata and controls

73 lines (53 loc) · 1.14 KB

echo

GitHub.

Dependencies

  • Flask
  • PyYAML
  • requests
  • slack_bolt
  • slack_sdk

Install packages

pip3 install -r requirements.txt

Development

Open localhost

ssh -R 80:localhost:3000 localhost.run

Set Environment Variables

On single workspace

export `sed -e 's/[[:space:]]*:[[:space:]]*/=/g' auth/.env.yaml`
python3 main.py

File Structure

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

License

MIT