LICENSE
README.md
pyproject.toml
SRACore/__init__.py
SRACore/__main__.py
SRACore/cli2.py
SRACore/localization/__init__.py
SRACore/localization/resource.py
SRACore/localization/resource.toml
SRACore/localization/resource_en-us.json
SRACore/localization/resource_zh-cn.json
SRACore/models/__init__.py
SRACore/models/app_settings.py
SRACore/models/tasks_config.py
SRACore/notification/__init__.py
SRACore/notification/dispatcher.py
SRACore/notification/http_client.py
SRACore/notification/models.py
SRACore/notification/service.py
SRACore/notification/channels/__init__.py
SRACore/notification/channels/bark.py
SRACore/notification/channels/base.py
SRACore/notification/channels/common.py
SRACore/notification/channels/dingtalk.py
SRACore/notification/channels/discord.py
SRACore/notification/channels/email.py
SRACore/notification/channels/feishu.py
SRACore/notification/channels/onebot.py
SRACore/notification/channels/serverchan.py
SRACore/notification/channels/system.py
SRACore/notification/channels/telegram.py
SRACore/notification/channels/webhook.py
SRACore/notification/channels/wecom.py
SRACore/notification/channels/xxtui.py
SRACore/operators/__init__.py
SRACore/operators/browser_operator.py
SRACore/operators/ioperator.py
SRACore/operators/model.py
SRACore/operators/operator.py
SRACore/runtime/__init__.py
SRACore/runtime/event_listener.py
SRACore/runtime/trigger_manager.py
SRACore/task/__init__.py
SRACore/thread/__init__.py
SRACore/thread/task_process.py
SRACore/triggers/AutoPlotTrigger.py
SRACore/triggers/BaseTrigger.py
SRACore/triggers/__init__.py
SRACore/util/__init__.py
SRACore/util/const.py
SRACore/util/data_persister.py
SRACore/util/encryption.py
SRACore/util/errors.py
SRACore/util/image_util.py
SRACore/util/logger.py
SRACore/util/sys_util.py
starrailassistant.egg-info/PKG-INFO
starrailassistant.egg-info/SOURCES.txt
starrailassistant.egg-info/dependency_links.txt
starrailassistant.egg-info/entry_points.txt
starrailassistant.egg-info/requires.txt
starrailassistant.egg-info/top_level.txt
tests/test_main.py
tests/test_notification_system.py
tests/test_tasks_notifications.py