shuishui

Shuishui

PRs Welcome Visits Badge GitHub last commit GitHub commit activity GitHub code size in bytes Docker Pulls Docker Image Size (latest by date)

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.

Usage

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

Requirements

Acknowledgements

This project was inspired by and borrows code from OnHook by Colouredseal. Many thanks for the initial groundwork that made this project possible.