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
		
	
	
		
			No EOL
		
	
	
		
			570 B
		
	
	
	
		
			Text
		
	
	
	
	
	
			
		
		
	
	
			51 lines
		
	
	
		
			No EOL
		
	
	
		
			570 B
		
	
	
	
		
			Text
		
	
	
	
	
	
*.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 |