A hangout script for the BBS of University of Electronic Science and Technology of China (UESTC). This script automates the process of keeping your account active on the UESTC BBS.
Run the following command to start the container with your credentials:
docker run -d --name {container_name} -e NAME={username} -e PASSWORD={password} ztxtechnology/shuishui:0.0.1-amd64
For ARM64 architecture:
docker run -d --name {container_name} -e NAME={username} -e PASSWORD={password} ztxtechnology/shuishui:0.0.1-arm64
- Python >=3.7
- lxml
- requests
- urllib3
This project was inspired by and borrows code from OnHook by Colouredseal. Many thanks for the initial groundwork that made this project possible.