.gitignore
.travis.yml
LICENSE
README.md
requirements.txt
setup.py
tests/README.md
tests/original_code.py
tests/test_e2e.py
tests/translated_code__expected.py
x_bot.egg-info/PKG-INFO
x_bot.egg-info/SOURCES.txt
x_bot.egg-info/dependency_links.txt
x_bot.egg-info/requires.txt
x_bot.egg-info/top_level.txt
xbot/README.md
xbot/__init__.py
xbot/__main__.py
xbot/constants.py
xbot/translate.py
xbot/utils.py
xbot/parsers/__init__.py
xbot/parsers/discord/__init__.py
xbot/parsers/discord/dictionary.py
xbot/parsers/discord/parser.py
xbot/parsers/telegram/.parser.py.swp
xbot/parsers/telegram/__init__.py
xbot/parsers/telegram/dictionary.py
xbot/parsers/telegram/parser.py
xbot/templates/__init__.py
xbot/templates/discord/reply.py
xbot/templates/telegram/__init__.py