LICENSE
MANIFEST.in
README.md
setup.py
botapp/__init__.py
botapp/admin.py
botapp/apps.py
botapp/asgi.py
botapp/core.py
botapp/core_restful.py
botapp/db_init.py
botapp/decorators.py
botapp/manage.py
botapp/models.py
botapp/rest_server.py
botapp/rest_views.py
botapp/serializers.py
botapp/settings.py
botapp/urls.py
botapp/views.py
botapp/wsgi.py
botapp.egg-info/PKG-INFO
botapp.egg-info/SOURCES.txt
botapp.egg-info/dependency_links.txt
botapp.egg-info/entry_points.txt
botapp.egg-info/requires.txt
botapp.egg-info/top_level.txt
botapp/migrations/0001_initial.py
botapp/migrations/0002_bot_is_active.py
botapp/migrations/0003_bot_updated_at_task_updated_at.py
botapp/migrations/0004_remove_tasklog_user_login_tasklog_os_system.py
botapp/migrations/0005_remove_tasklog_os_system_remove_tasklog_pc_path_and_more.py
botapp/migrations/0006_tasklog_env_tasklog_exception_type_and_more.py
botapp/migrations/0007_alter_bot_options_alter_task_options_and_more.py
botapp/migrations/__init__.py
botapp/migrations/__pycache__/0001_initial.cpython-312.pyc
botapp/migrations/__pycache__/0002_bot_is_active.cpython-312.pyc
botapp/migrations/__pycache__/0003_bot_updated_at_task_updated_at.cpython-312.pyc
botapp/migrations/__pycache__/0004_remove_tasklog_user_login_tasklog_os_system.cpython-312.pyc
botapp/migrations/__pycache__/0005_remove_tasklog_os_system_remove_tasklog_pc_path_and_more.cpython-312.pyc
botapp/migrations/__pycache__/0006_tasklog_env_tasklog_exception_type_and_more.cpython-312.pyc
botapp/migrations/__pycache__/0007_alter_bot_options_alter_task_options_and_more.cpython-312.pyc
botapp/migrations/__pycache__/__init__.cpython-312.pyc
botapp/static/admin/css/custom.css
botapp/templates/admin/base_site.html
botapp/templates/admin/botapp/tasklog/report_pdf.html
botapp/templates/botapp/base copy.html
botapp/templates/botapp/base.html
botapp/templates/botapp/bot_detail.html
botapp/templates/botapp/bot_list.html
botapp/templates/botapp/dashboard.html
botapp/templates/registration/login.html