LICENSE
MANIFEST.in
Makefile
README.rst
requirements.txt
requirements_test.txt
setup.cfg
setup.py
tox.ini
travis_pypi_setup.py
docs/CONTRIBUTING.rst
docs/EXAMPLES.batman.rst
docs/EXAMPLES.buzz.rst
docs/EXAMPLES.hello.rst
docs/EXAMPLES.rst
docs/HISTORY.rst
docs/Makefile
docs/QUESTIONS.rst
docs/README.rst
docs/SETUP.rst
docs/conf.py
docs/index.rst
docs/make.bat
docs/modules.rst
docs/shellbot.bot.rst
docs/shellbot.bus.rst
docs/shellbot.channel.rst
docs/shellbot.commands.audit.rst
docs/shellbot.commands.base.rst
docs/shellbot.commands.close.rst
docs/shellbot.commands.default.rst
docs/shellbot.commands.echo.rst
docs/shellbot.commands.empty.rst
docs/shellbot.commands.help.rst
docs/shellbot.commands.input.rst
docs/shellbot.commands.noop.rst
docs/shellbot.commands.rst
docs/shellbot.commands.sleep.rst
docs/shellbot.commands.start.rst
docs/shellbot.commands.step.rst
docs/shellbot.commands.update.rst
docs/shellbot.commands.upload.rst
docs/shellbot.commands.version.rst
docs/shellbot.context.rst
docs/shellbot.engine.rst
docs/shellbot.events.rst
docs/shellbot.listener.rst
docs/shellbot.lists.base.rst
docs/shellbot.lists.rst
docs/shellbot.machines.base.rst
docs/shellbot.machines.input.rst
docs/shellbot.machines.menu.rst
docs/shellbot.machines.rst
docs/shellbot.machines.sequence.rst
docs/shellbot.machines.steps.rst
docs/shellbot.observer.rst
docs/shellbot.routes.base.rst
docs/shellbot.routes.notifier.rst
docs/shellbot.routes.rst
docs/shellbot.routes.text.rst
docs/shellbot.routes.wrapper.rst
docs/shellbot.rst
docs/shellbot.server.rst
docs/shellbot.shell.rst
docs/shellbot.spaces.base.rst
docs/shellbot.spaces.ciscospark.rst
docs/shellbot.spaces.local.rst
docs/shellbot.spaces.rst
docs/shellbot.speaker.rst
docs/shellbot.stores.base.rst
docs/shellbot.stores.memory.rst
docs/shellbot.stores.rst
docs/shellbot.stores.sqlite.rst
docs/shellbot.updaters.base.rst
docs/shellbot.updaters.elastic.rst
docs/shellbot.updaters.file.rst
docs/shellbot.updaters.queue.rst
docs/shellbot.updaters.rst
docs/shellbot.updaters.space.rst
examples/__init__.py
examples/audit.py
examples/batman.py
examples/buzz.py
examples/direct.py
examples/hello.py
examples/hotel_california.py
examples/input.py
examples/notify.py
examples/participants.py
examples/pushy.py
examples/simulator.py
examples/todos.py
examples/planets/__init__.py
examples/planets/blast.py
examples/planets/explore.py
examples/planets/planets.py
examples/planets/rocket.py
examples/todos/__init__.py
examples/todos/done.py
examples/todos/drop.py
examples/todos/history.py
examples/todos/next.py
examples/todos/todo.py
examples/todos/todos.py
shellbot/__init__.py
shellbot/bot.py
shellbot/bus.py
shellbot/channel.py
shellbot/context.py
shellbot/engine.py
shellbot/events.py
shellbot/listener.py
shellbot/observer.py
shellbot/server.py
shellbot/shell.py
shellbot/speaker.py
shellbot.egg-info/PKG-INFO
shellbot.egg-info/SOURCES.txt
shellbot.egg-info/dependency_links.txt
shellbot.egg-info/not-zip-safe
shellbot.egg-info/requires.txt
shellbot.egg-info/top_level.txt
shellbot/commands/__init__.py
shellbot/commands/audit.py
shellbot/commands/base.py
shellbot/commands/close.py
shellbot/commands/default.py
shellbot/commands/echo.py
shellbot/commands/empty.py
shellbot/commands/help.py
shellbot/commands/input.py
shellbot/commands/noop.py
shellbot/commands/sleep.py
shellbot/commands/start.py
shellbot/commands/step.py
shellbot/commands/update.py
shellbot/commands/upload.py
shellbot/commands/version.py
shellbot/machines/__init__.py
shellbot/machines/base.py
shellbot/machines/input.py
shellbot/machines/menu.py
shellbot/machines/sequence.py
shellbot/machines/steps.py
shellbot/routes/__init__.py
shellbot/routes/base.py
shellbot/routes/notifier.py
shellbot/routes/text.py
shellbot/routes/wrapper.py
shellbot/spaces/__init__.py
shellbot/spaces/base.py
shellbot/spaces/ciscospark.py
shellbot/spaces/local.py
shellbot/stores/__init__.py
shellbot/stores/base.py
shellbot/stores/memory.py
shellbot/stores/sqlite.py
shellbot/updaters/__init__.py
shellbot/updaters/base.py
shellbot/updaters/elastic.py
shellbot/updaters/file.py
shellbot/updaters/queue.py
shellbot/updaters/space.py
tests/__init__.py
tests/test_bot.py
tests/test_bus.py
tests/test_channel.py
tests/test_composite.py
tests/test_context.py
tests/test_engine.py
tests/test_events.py
tests/test_listener.py
tests/test_observer.py
tests/test_server.py
tests/test_shell.py
tests/test_speaker.py
tests/commands/__init__.py
tests/commands/test_audit.py
tests/commands/test_base.py
tests/commands/test_close.py
tests/commands/test_default.py
tests/commands/test_echo.py
tests/commands/test_empty.py
tests/commands/test_help.py
tests/commands/test_input.py
tests/commands/test_noop.py
tests/commands/test_sleep.py
tests/commands/test_start.py
tests/commands/test_step.py
tests/commands/test_update.py
tests/commands/test_upload.py
tests/commands/test_version.py
tests/examples/__init__.py
tests/examples/test_planets.py
tests/examples/test_todos.py
tests/local/files_generated_during_tests_should_go_here
tests/machines/__init__.py
tests/machines/test_base.py
tests/machines/test_input.py
tests/machines/test_machines.py
tests/machines/test_menu.py
tests/machines/test_sequence.py
tests/machines/test_steps.py
tests/spaces/__init__.py
tests/spaces/test_base.py
tests/spaces/test_ciscospark.py
tests/spaces/test_local.py
tests/spaces/test_spaces.py
tests/stores/__init__.py
tests/stores/test_base.py
tests/stores/test_memory.py
tests/stores/test_sqlite.py
tests/stores/test_stores.py
tests/test_messages/sample.png
tests/test_settings/ciscospark.yaml
tests/test_settings/regular.yaml
tests/updaters/__init__.py
tests/updaters/test_base.py
tests/updaters/test_elastic.py
tests/updaters/test_file.py
tests/updaters/test_queue.py
tests/updaters/test_space.py