Sends chat messages to an XMPP account.
Run on Flask/Python3.
|
hai 1 semana | |
---|---|---|
.gitignore | %!s(int64=2) %!d(string=hai) anos | |
LICENSE | %!s(int64=2) %!d(string=hai) anos | |
README.md | hai 1 semana | |
TODO.md | hai 1 semana | |
config.py | hai 1 semana | |
hooks.py | hai 1 semana | |
wsgi.py | hai 1 semana |
Start from the folder where the app lives. My preferred method is gunicorn, with the following command:
gunicorn -b 0.0.0.0:8057 -w 1 'hooks:app'
Or if running from a virtual environment, which you should be, use this command (change path as needed):
.venv/bin/python -m gunicorn -b 0.0.0.0:8057 -w 1 'hooks:app'