LICENSE
MANIFEST.in
README.md
pyproject.toml
setup.cfg
setup.py
api/__init__.py
api/apps.py
api/urls.py
config/__init__.py
config/asgi.py
config/settings.py
config/urls.py
config/wsgi.py
django_oscarbot.egg-info/PKG-INFO
django_oscarbot.egg-info/SOURCES.txt
django_oscarbot.egg-info/dependency_links.txt
django_oscarbot.egg-info/requires.txt
django_oscarbot.egg-info/top_level.txt
example/__init__.py
example/actions.py
example/admin.py
example/apps.py
example/models.py
example/router.py
example/tests.py
example/text_processor.py
example/views.py
example/voice_processor.py
example/migrations/__init__.py
oscarbot/__init__.py
oscarbot/action.py
oscarbot/admin.py
oscarbot/apps.py
oscarbot/bot.py
oscarbot/bot_logger.py
oscarbot/exceptions.py
oscarbot/handler.py
oscarbot/menu.py
oscarbot/message.py
oscarbot/messages.py
oscarbot/models.py
oscarbot/response.py
oscarbot/result.py
oscarbot/router.py
oscarbot/services.py
oscarbot/shortcut.py
oscarbot/structures.py
oscarbot/tests.py
oscarbot/urls.py
oscarbot/views.py
oscarbot/__pycache__/__init__.cpython-311.pyc
oscarbot/__pycache__/action.cpython-311.pyc
oscarbot/__pycache__/admin.cpython-311.pyc
oscarbot/__pycache__/apps.cpython-311.pyc
oscarbot/__pycache__/bot.cpython-311.pyc
oscarbot/__pycache__/bot_logger.cpython-311.pyc
oscarbot/__pycache__/handler.cpython-311.pyc
oscarbot/__pycache__/menu.cpython-311.pyc
oscarbot/__pycache__/messages.cpython-311.pyc
oscarbot/__pycache__/models.cpython-311.pyc
oscarbot/__pycache__/response.cpython-311.pyc
oscarbot/__pycache__/router.cpython-311.pyc
oscarbot/__pycache__/services.cpython-311.pyc
oscarbot/__pycache__/shortcut.cpython-311.pyc
oscarbot/__pycache__/structures.cpython-311.pyc
oscarbot/__pycache__/tests.cpython-311.pyc
oscarbot/__pycache__/urls.cpython-311.pyc
oscarbot/__pycache__/views.cpython-311.pyc
oscarbot/management/__init__.py
oscarbot/management/__pycache__/__init__.cpython-311.pyc
oscarbot/management/commands/__init__.py
oscarbot/management/commands/bottest.py
oscarbot/management/commands/create_bot_db.py
oscarbot/management/commands/messages.py
oscarbot/management/commands/runbot.py
oscarbot/management/commands/setwh.py
oscarbot/management/commands/__pycache__/__init__.cpython-311.pyc
oscarbot/management/commands/__pycache__/bottest.cpython-311.pyc
oscarbot/management/commands/__pycache__/messages.cpython-311.pyc
oscarbot/management/commands/__pycache__/runbot.cpython-311.pyc
oscarbot/management/commands/__pycache__/setwh.cpython-311.pyc
oscarbot/migrations/0001_initial.py
oscarbot/migrations/0002_message_user.py
oscarbot/migrations/0003_user_last_message_id.py
oscarbot/migrations/0004_user_want_action.py
oscarbot/migrations/0005_constructor.py
oscarbot/migrations/0006_user_state_information.py
oscarbot/migrations/0007_alter_user_name_alter_user_username.py
oscarbot/migrations/0008_user_last_path_user_path.py
oscarbot/migrations/0009_user_created.py
oscarbot/migrations/0010_group_user_groups.py
oscarbot/migrations/__init__.py
oscarbot/migrations/__pycache__/0001_initial.cpython-311.pyc
oscarbot/migrations/__pycache__/0002_message_user.cpython-311.pyc
oscarbot/migrations/__pycache__/0003_user_last_message_id.cpython-311.pyc
oscarbot/migrations/__pycache__/0004_user_want_action.cpython-311.pyc
oscarbot/migrations/__pycache__/0005_constructor.cpython-311.pyc
oscarbot/migrations/__pycache__/0006_user_state_information.cpython-311.pyc
oscarbot/migrations/__pycache__/0007_alter_user_name_alter_user_username.cpython-311.pyc
oscarbot/migrations/__pycache__/0008_user_last_path_user_path.cpython-311.pyc
oscarbot/migrations/__pycache__/0009_user_created.cpython-311.pyc
oscarbot/migrations/__pycache__/0010_group_user_groups.cpython-311.pyc
oscarbot/migrations/__pycache__/__init__.cpython-311.pyc
oscarbot/models/__pycache__/__init__.cpython-311.pyc
oscarbot/tests/__init__.py
oscarbot/tests/base.py
oscarbot/tests/conf.py
oscarbot/tests/tests_messages.py
oscarbot/tests/tests_response.py
oscarbot/tests/__pycache__/__init__.cpython-311.pyc
oscarbot/tests/__pycache__/conf.cpython-311.pyc
oscarbot/tests/__pycache__/tests_messages.cpython-311.pyc
oscarbot/tests/__pycache__/tests_response.cpython-311.pyc