# wechat-bot **Repository Path**: firslov/wechat-bot ## Basic Information - **Project Name**: wechat-bot - **Description**: A wechat chatbot template. - **Primary Language**: Unknown - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2023-01-30 - **Last Updated**: 2023-03-03 ## Categories & Tags **Categories**: Uncategorized **Tags**: Python ## README # Chat-drawer A chatbot that draws from text descriptions. ## Structure - */* (project root directory) - */main/* (bot function directory) - */run.sh* (entrypoint) - */.env* (environment variables) - */requirements.txt* (python requirements) - */VERSION* (image vesion) ## Installation 1. Clone the repo ```sh git clone https://gitee.com/firslov/chat-drawer.git ``` 2. Configure - Replace the file name of *.env.example* with *.env* - Set the environment variables in *.env* - **WECHATY_PUPPET_WECHAT**(we-protocol) can not be used in most of WeChat account(https://github.com/wechaty/python-wechaty/issues/343) - **WECHAT_TOKEN** is a random string 3. Build project ```sh make build make run ```