MANIFEST.in
license.md
readme.md
requirements.txt
setup.cfg
setup.py
ChatterBot.egg-info/PKG-INFO
ChatterBot.egg-info/SOURCES.txt
ChatterBot.egg-info/dependency_links.txt
ChatterBot.egg-info/not-zip-safe
ChatterBot.egg-info/requires.txt
ChatterBot.egg-info/top_level.txt
chatterbot/__init__.py
chatterbot/chatterbot.py
chatterbot/adapters/__init__.py
chatterbot/adapters/exceptions.py
chatterbot/adapters/io/__init__.py
chatterbot/adapters/io/io.py
chatterbot/adapters/io/terminal.py
chatterbot/adapters/logic/__init__.py
chatterbot/adapters/logic/engram.py
chatterbot/adapters/logic/logic.py
chatterbot/adapters/logic/matching.py
chatterbot/adapters/storage/__init__.py
chatterbot/adapters/storage/database.py
chatterbot/adapters/storage/jsondatabase.py
chatterbot/algorithms/__init__.py
chatterbot/algorithms/twitter.py
chatterbot/apis/__init__.py
chatterbot/apis/github.py
chatterbot/apis/twitter.py
chatterbot/cleverbot/__init__.py
chatterbot/cleverbot/cleverbot.py
tests/__init__.py
tests/__init__.pyc
tests/base_case.py
tests/base_case.pyc
tests/base_case.py~
tests/test_apis.py
tests/test_apis.pyc
tests/test_chatbot.py~
tests/test_chatbot_output.py
tests/test_chatbot_output.pyc
tests/test_chatbot_output.py~
tests/test_engram.py
tests/test_engram.pyc
tests/test_engram.py~
tests/test_matching.py~
tests/test_response.py~
tests/test_terminal.py~
tests/test_twitter.py
tests/test_twitter.pyc
tests/test_twitter.py~