LICENSE
MANIFEST.in
README.md
pyproject.toml
setup.cfg
talosbot/__init__.py
talosbot/logs.py
talosbot/talos.py
talosbot.egg-info/PKG-INFO
talosbot.egg-info/SOURCES.txt
talosbot.egg-info/dependency_links.txt
talosbot.egg-info/entry_points.txt
talosbot.egg-info/requires.txt
talosbot.egg-info/top_level.txt
talosbot/channels/__init__.py
talosbot/channels/abstract_channel.py
talosbot/channels/cli.py
talosbot/channels/telegram.py
talosbot/cli/__init__.py
talosbot/cli/entrypoint.py
talosbot/matchers/__init__.py
talosbot/matchers/abstract_matcher.py
talosbot/matchers/bert.py
talosbot/matchers/exceptions.py
talosbot/matchers/regex.py
talosbot/parsers/__init__.py
talosbot/parsers/abstract_parser.py
talosbot/parsers/exceptions.py
talosbot/parsers/ner.py
talosbot/parsers/regex.py