Skip to content

Commit

Permalink
update readme
Browse files Browse the repository at this point in the history
  • Loading branch information
spencerwooo committed Nov 28, 2023
1 parent b9fa7e0 commit 0a8457b
Showing 1 changed file with 6 additions and 3 deletions.
9 changes: 6 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -108,7 +108,6 @@ Create virtual environment and install deps:
```shell
python -m venv venv
source venv/bin/activate
pip install -r requirements.txt
pip install -e .
```

Expand All @@ -125,9 +124,13 @@ pip install setuptools build
python -m build
```

## Credits
## Credits and related

- [Aloxaf/10_0_0_55_login](https://github.com/Aloxaf/10_0_0_55_login)
- [Aloxaf/10_0_0_55_login](https://github.com/Aloxaf/10_0_0_55_login) - BIT 10.0.0.55 的登入与登出的 Python 实现 (This project's predecessor, archived)
- [spencerwooo/bitsrun-rs](https://github.com/spencerwooo/bitsrun-rs) - A Rust implementation of `bitsrun`. (Rust)
- [zu1k/srun](https://github.com/zu1k/srun) - Srun authentication system login tools. (Rust)
- [Mmx233/BitSrunLoginGo](https://github.com/Mmx233/BitSrunLoginGo) - 深澜校园网登录脚本 Go 语言版 (Go)
- [vouv/srun](https://github.com/vouv/srun) - An efficient client for BIT campus network. (Go)

## License

Expand Down

0 comments on commit 0a8457b

Please sign in to comment.