python -m pip install -U srun-cli-bit
Download binary file from GitHub release page .
(If you are using Linux, you may need to run chmod +x [binary_file]
first.)
- Clone this repo
- Install dependencies using
pip install -r requirements.txt
- Run
python src/main.py login
srun-bit config
: set account ID and Password
srun-bit login
: sign in the network account
srun-bit logout
: disconnect the network
srun-bit info
: show account information
- Windows10(python3.9.15):
python -m nuitka src/main.py --onefile --standalone --mingw64
- Ubuntu(python3.9.15):
python -m nuitka --onefile --standalone src/main.py
Windows binary version NOT works on Windows7