LICENSE
MANIFEST.in
Makefile
README.md
git_init.sh
pypi.sh
requirements.txt
requirements_dev.txt
setup.py
docs/Makefile
docs/README.md
docs/_config.yml
docs/authors.rst
docs/conf.py
docs/contributing.rst
docs/history.rst
docs/index.rst
docs/installation.rst
docs/make.bat
docs/readme.rst
docs/usage.rst
xchat/__init__.py
xchat/utils.py
xchat.egg-info/PKG-INFO
xchat.egg-info/SOURCES.txt
xchat.egg-info/dependency_links.txt
xchat.egg-info/entry_points.txt
xchat.egg-info/not-zip-safe
xchat.egg-info/requires.txt
xchat.egg-info/top_level.txt
xchat/itchat/__init__.py
xchat/itchat/config.py
xchat/itchat/content.py
xchat/itchat/core.py
xchat/itchat/log.py
xchat/itchat/returnvalues.py
xchat/itchat/utils.py
xchat/itchat/async_components/__init__.py
xchat/itchat/async_components/contact.py
xchat/itchat/async_components/hotreload.py
xchat/itchat/async_components/login.py
xchat/itchat/async_components/messages.py
xchat/itchat/async_components/register.py
xchat/itchat/components/__init__.py
xchat/itchat/components/contact.py
xchat/itchat/components/hotreload.py
xchat/itchat/components/login.py
xchat/itchat/components/messages.py
xchat/itchat/components/register.py
xchat/itchat/storage/__init__.py
xchat/itchat/storage/messagequeue.py
xchat/itchat/storage/templates.py
xchat/openai/__init__.py
xchat/openai/_openai_scripts.py
xchat/openai/api_requestor.py
xchat/openai/cli.py
xchat/openai/embeddings_utils.py
xchat/openai/error.py
xchat/openai/object_classes.py
xchat/openai/openai_object.py
xchat/openai/openai_response.py
xchat/openai/upload_progress.py
xchat/openai/util.py
xchat/openai/validators.py
xchat/openai/version.py
xchat/openai/wandb_logger.py
xchat/openai/api_resources/__init__.py
xchat/openai/api_resources/audio.py
xchat/openai/api_resources/chat_completion.py
xchat/openai/api_resources/completion.py
xchat/openai/api_resources/customer.py
xchat/openai/api_resources/deployment.py
xchat/openai/api_resources/edit.py
xchat/openai/api_resources/embedding.py
xchat/openai/api_resources/engine.py
xchat/openai/api_resources/error_object.py
xchat/openai/api_resources/file.py
xchat/openai/api_resources/fine_tune.py
xchat/openai/api_resources/fine_tuning.py
xchat/openai/api_resources/image.py
xchat/openai/api_resources/model.py
xchat/openai/api_resources/moderation.py
xchat/openai/api_resources/abstract/__init__.py
xchat/openai/api_resources/abstract/api_resource.py
xchat/openai/api_resources/abstract/createable_api_resource.py
xchat/openai/api_resources/abstract/deletable_api_resource.py
xchat/openai/api_resources/abstract/engine_api_resource.py
xchat/openai/api_resources/abstract/listable_api_resource.py
xchat/openai/api_resources/abstract/nested_resource_class_methods.py
xchat/openai/api_resources/abstract/paginatable_api_resource.py
xchat/openai/api_resources/abstract/updateable_api_resource.py
xchat/openai/api_resources/experimental/__init__.py
xchat/openai/api_resources/experimental/completion_config.py
xchat/openai/datalib/__init__.py
xchat/openai/datalib/common.py
xchat/openai/datalib/numpy_helper.py
xchat/openai/datalib/pandas_helper.py
xchat/openai/tests/__init__.py
xchat/openai/tests/test_api_requestor.py
xchat/openai/tests/test_endpoints.py
xchat/openai/tests/test_exceptions.py
xchat/openai/tests/test_file_cli.py
xchat/openai/tests/test_long_examples_validator.py
xchat/openai/tests/test_url_composition.py
xchat/openai/tests/test_util.py
xchat/openai/tests/asyncio/__init__.py
xchat/openai/tests/asyncio/test_endpoints.py
xchat/plugins/__init__.py
xchat/plugins/event.py
xchat/plugins/plugin.py
xchat/plugins/plugin_manager.py
xchat/plugins/banwords/__init__.py
xchat/plugins/banwords/banwords.py
xchat/plugins/bdunit/__init__.py
xchat/plugins/bdunit/bdunit.py
xchat/plugins/dungeon/__init__.py
xchat/plugins/dungeon/dungeon.py
xchat/plugins/finish/__init__.py
xchat/plugins/finish/finish.py
xchat/plugins/godcmd/__init__.py
xchat/plugins/godcmd/godcmd.py
xchat/plugins/hello/__init__.py
xchat/plugins/hello/hello.py
xchat/plugins/keyword/__init__.py
xchat/plugins/keyword/keyword.py
xchat/plugins/linkai/__init__.py
xchat/plugins/linkai/linkai.py
xchat/plugins/linkai/midjourney.py
xchat/plugins/role/__init__.py
xchat/plugins/role/role.py
xchat/plugins/tool/__init__.py
xchat/plugins/tool/tool.py
xchat/schemas/__init__.py
xchat/schemas/_message.py
xchat/schemas/base.py
xchat/schemas/contact.py
xchat/schemas/event.py
xchat/schemas/friendship.py
xchat/schemas/message.py
xchat/schemas/mini_program.py
xchat/schemas/msg.py
xchat/schemas/puppet.py
xchat/schemas/room.py
xchat/schemas/types.py
xchat/schemas/url_link.py
xchat/wechat/__init__.py
xchat/wechat/main.py
xchat/wechat/handlers/__init__.py
xchat/wechat/handlers/attachment.py
xchat/wechat/wechaty_plugin_contrib/__init__.py
xchat/wechat/wechaty_plugin_contrib/config.py
xchat/wechat/wechaty_plugin_contrib/exception.py
xchat/wechat/wechaty_plugin_contrib/message_controller.py
xchat/wechat/wechaty_plugin_contrib/utils.py
xchat/wechat/wechaty_plugin_contrib/validate_plugin.py
xchat/wechat/wechaty_plugin_contrib/version.py
xchat/wechat/wechaty_plugin_contrib/contrib/__init__.py
xchat/wechat/wechaty_plugin_contrib/contrib/api_plugin.py
xchat/wechat/wechaty_plugin_contrib/contrib/ding_dong_plugin.py
xchat/wechat/wechaty_plugin_contrib/contrib/health_checker_plugin.py
xchat/wechat/wechaty_plugin_contrib/contrib/httpplugin.py
xchat/wechat/wechaty_plugin_contrib/contrib/info_downloader.py
xchat/wechat/wechaty_plugin_contrib/contrib/info_logger.py
xchat/wechat/wechaty_plugin_contrib/contrib/message_forwarder_plugin.py
xchat/wechat/wechaty_plugin_contrib/contrib/on_friendship_plugin.py
xchat/wechat/wechaty_plugin_contrib/contrib/on_room_join_plugin.py
xchat/wechat/wechaty_plugin_contrib/contrib/rasa_rest_plugin.py
xchat/wechat/wechaty_plugin_contrib/contrib/rss_plugin.py
xchat/wechat/wechaty_plugin_contrib/contrib/send_message_plugin.py
xchat/wechat/wechaty_plugin_contrib/contrib/welcome_plugin.py
xchat/wechat/wechaty_plugin_contrib/contrib/auto_reply_plugin/__init__.py
xchat/wechat/wechaty_plugin_contrib/contrib/auto_reply_plugin/plugin.py
xchat/wechat/wechaty_plugin_contrib/contrib/chat_history_plugin/__init__.py
xchat/wechat/wechaty_plugin_contrib/contrib/chat_history_plugin/data.py
xchat/wechat/wechaty_plugin_contrib/contrib/chat_history_plugin/plugin.py
xchat/wechat/wechaty_plugin_contrib/contrib/github_webhook_plugin/__init__.py
xchat/wechat/wechaty_plugin_contrib/contrib/github_webhook_plugin/options.py
xchat/wechat/wechaty_plugin_contrib/contrib/github_webhook_plugin/plugin.py
xchat/wechat/wechaty_plugin_contrib/contrib/gitlab_event_plugin/__init__.py
xchat/wechat/wechaty_plugin_contrib/contrib/gitlab_event_plugin/options.py
xchat/wechat/wechaty_plugin_contrib/contrib/gitlab_event_plugin/plugin.py
xchat/wechat/wechaty_plugin_contrib/contrib/health_checker_plugin/__init__.py
xchat/wechat/wechaty_plugin_contrib/contrib/health_checker_plugin/plugin.py
xchat/wechat/wechaty_plugin_contrib/contrib/health_checker_plugin/watch_tower.py
xchat/wechat/wechaty_plugin_contrib/contrib/paddlespeech_plugin/__init__.py
xchat/wechat/wechaty_plugin_contrib/contrib/paddlespeech_plugin/plugin.py
xchat/wechat/wechaty_plugin_contrib/contrib/paddlespeech_plugin/util.py
xchat/wechat/wechaty_plugin_contrib/contrib/qun_assisstant_plugin/__init__.py
xchat/wechat/wechaty_plugin_contrib/contrib/qun_assisstant_plugin/qun_assistant.py
xchat/wechat/wechaty_plugin_contrib/contrib/room_inviter/__init__.py
xchat/wechat/wechaty_plugin_contrib/contrib/room_inviter/room_inviter.py
xchat/wechat/wechaty_plugin_contrib/contrib/send_url_link_plugin/__init__.py
xchat/wechat/wechaty_plugin_contrib/contrib/send_url_link_plugin/plugin.py
xchat/wechat/wechaty_plugin_contrib/finders/__init__.py
xchat/wechat/wechaty_plugin_contrib/finders/contact_finder.py
xchat/wechat/wechaty_plugin_contrib/finders/finder.py
xchat/wechat/wechaty_plugin_contrib/finders/room_finder.py
xchat/wechat/wechaty_plugin_contrib/matchers/__init__.py
xchat/wechat/wechaty_plugin_contrib/matchers/contact_matcher.py
xchat/wechat/wechaty_plugin_contrib/matchers/matcher.py
xchat/wechat/wechaty_plugin_contrib/matchers/message_matcher.py
xchat/wechat/wechaty_plugin_contrib/matchers/room_matcher.py
xchat/wechat/wechaty_puppet/__init__.py
xchat/wechat/wechaty_puppet/config.py
xchat/wechat/wechaty_puppet/exceptions.py
xchat/wechat/wechaty_puppet/logger.py
xchat/wechat/wechaty_puppet/puppet.py
xchat/wechat/wechaty_puppet/state_switch.py
xchat/wechat/wechaty_puppet/version.py
xchat/wechat/wechaty_puppet/watch_dog.py
xchat/wechat/wechaty_puppet/file_box/__init__.py
xchat/wechat/wechaty_puppet/file_box/file_box.py
xchat/wechat/wechaty_puppet/file_box/type.py
xchat/wechat/wechaty_puppet/file_box/utils.py
xchat/wechat/wechaty_puppet/filter/__init__.py
xchat/wechat/wechaty_puppet/filter/filed.py
xchat/wechat/wechaty_puppet/memory_card/__init__.py
xchat/wechat/wechaty_puppet/memory_card/memory_card.py
xchat/wechat/wechaty_puppet/schemas/__init__.py
xchat/wechat/wechaty_puppet/schemas/base.py
xchat/wechat/wechaty_puppet/schemas/contact.py
xchat/wechat/wechaty_puppet/schemas/event.py
xchat/wechat/wechaty_puppet/schemas/friendship.py
xchat/wechat/wechaty_puppet/schemas/message.py
xchat/wechat/wechaty_puppet/schemas/mini_program.py
xchat/wechat/wechaty_puppet/schemas/puppet.py
xchat/wechat/wechaty_puppet/schemas/room.py
xchat/wechat/wechaty_puppet/schemas/types.py
xchat/wechat/wechaty_puppet/schemas/url_link.py
xchat/wechat/wechaty_puppet_itchat/__init__.py
xchat/wechat/wechaty_puppet_itchat/browser.py
xchat/wechat/wechaty_puppet_itchat/config.py
xchat/wechat/wechaty_puppet_itchat/puppet.py
xchat/wechat/wechaty_puppet_itchat/utils.py
xchat/wechat/wechaty_puppet_itchat/version.py
xchat/wechat/wechaty_puppet_itchat/version_test.py
xchat/wechat/wechaty_puppet_itchat/itchat/__init__.py
xchat/wechat/wechaty_puppet_itchat/itchat/config.py
xchat/wechat/wechaty_puppet_itchat/itchat/content.py
xchat/wechat/wechaty_puppet_itchat/itchat/core.py
xchat/wechat/wechaty_puppet_itchat/itchat/log.py
xchat/wechat/wechaty_puppet_itchat/itchat/returnvalues.py
xchat/wechat/wechaty_puppet_itchat/itchat/utils.py
xchat/wechat/wechaty_puppet_itchat/itchat/async_components/__init__.py
xchat/wechat/wechaty_puppet_itchat/itchat/async_components/contact.py
xchat/wechat/wechaty_puppet_itchat/itchat/async_components/hotreload.py
xchat/wechat/wechaty_puppet_itchat/itchat/async_components/login.py
xchat/wechat/wechaty_puppet_itchat/itchat/async_components/messages.py
xchat/wechat/wechaty_puppet_itchat/itchat/async_components/register.py
xchat/wechat/wechaty_puppet_itchat/itchat/components/__init__.py
xchat/wechat/wechaty_puppet_itchat/itchat/components/contact.py
xchat/wechat/wechaty_puppet_itchat/itchat/components/hotreload.py
xchat/wechat/wechaty_puppet_itchat/itchat/components/login.py
xchat/wechat/wechaty_puppet_itchat/itchat/components/messages.py
xchat/wechat/wechaty_puppet_itchat/itchat/components/register.py
xchat/wechat/wechaty_puppet_itchat/itchat/storage/__init__.py
xchat/wechat/wechaty_puppet_itchat/itchat/storage/messagequeue.py
xchat/wechat/wechaty_puppet_itchat/itchat/storage/templates.py
xchat/wechat/wechaty_puppet_service/__init__.py
xchat/wechat/wechaty_puppet_service/config.py
xchat/wechat/wechaty_puppet_service/puppet.py
xchat/wechat/wechaty_puppet_service/utils.py
xchat/wechat/wechaty_puppet_service/version.py
xchat/wechat/wechaty_puppet_service/version_test.py