0efc7a9488
This script interfaces with a Zulip Botfarm - a flask server that wraps docker and runs Zulip bots using the docker engine. This allows for remotely hosting bots for better uptime, and reduces the configuration steps needed for safely hosting a bot online.
51 lines
570 B
Plaintext
51 lines
570 B
Plaintext
*.py[cod]
|
|
|
|
# C extensions
|
|
*.so
|
|
|
|
# Packages
|
|
*.egg
|
|
*.egg-info
|
|
dist
|
|
build
|
|
eggs
|
|
parts
|
|
sdist
|
|
develop-eggs
|
|
.installed.cfg
|
|
lib64
|
|
|
|
# Installer logs
|
|
pip-log.txt
|
|
|
|
# Unit test / coverage reports
|
|
.coverage
|
|
.tox
|
|
nosetests.xml
|
|
htmlcov/
|
|
|
|
# Translations
|
|
*.mo
|
|
|
|
# Mr Developer
|
|
.mr.developer.cfg
|
|
.project
|
|
.pydevproject
|
|
|
|
# Ignore virtualenvs created by ./tools/provision
|
|
zulip-api-py*-venv
|
|
|
|
# Automatically generated MANIFEST.in in zulip_bots
|
|
zulip_bots/MANIFEST.in
|
|
|
|
# Bot configuration files
|
|
zuliprc
|
|
.zuliprc
|
|
flaskbotrc
|
|
.flaskbotrc
|
|
|
|
# mypy
|
|
.mypy_cache
|
|
|
|
# zip files for bot deployment
|
|
.bots |