├── README.md └── src ├── Dockerfile ├── WXBizMsgCrypt.py ├── chatbot.py ├── ierror.py ├── main.py ├── requirements.txt ├── wx_bot.py └── wx_chatbot.py /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Gyronee/chatgpt-bizwechat-bot/HEAD/README.md -------------------------------------------------------------------------------- /src/Dockerfile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Gyronee/chatgpt-bizwechat-bot/HEAD/src/Dockerfile -------------------------------------------------------------------------------- /src/WXBizMsgCrypt.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Gyronee/chatgpt-bizwechat-bot/HEAD/src/WXBizMsgCrypt.py -------------------------------------------------------------------------------- /src/chatbot.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Gyronee/chatgpt-bizwechat-bot/HEAD/src/chatbot.py -------------------------------------------------------------------------------- /src/ierror.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Gyronee/chatgpt-bizwechat-bot/HEAD/src/ierror.py -------------------------------------------------------------------------------- /src/main.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Gyronee/chatgpt-bizwechat-bot/HEAD/src/main.py -------------------------------------------------------------------------------- /src/requirements.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Gyronee/chatgpt-bizwechat-bot/HEAD/src/requirements.txt -------------------------------------------------------------------------------- /src/wx_bot.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Gyronee/chatgpt-bizwechat-bot/HEAD/src/wx_bot.py -------------------------------------------------------------------------------- /src/wx_chatbot.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Gyronee/chatgpt-bizwechat-bot/HEAD/src/wx_chatbot.py --------------------------------------------------------------------------------