This repository consists of a series of tools that help you enjoy CQNU life better.
You can use this script to log in to your campus network or use it for automatic jobs.
features:
- Ignore login type
- Add as automated tasks
You can add some Python code and make it to connect the network when your computer starts up.
Binary In Rust by @mobeicanyue
You can use this script to log in to your campus network or use it for automatic jobs.
features:
- Ignore login type
- Add as automated tasks
You can log in without Python in a tiny Linux system but you still need curl
and sed
in your system.
Usage:
bash LoginIntoCqnu.sh login 123456 password phone
You can use this script to login to your campus network or use it for automatic jobs.
features:
- Ignore login type
- Add as automated tasks
- auto login accounts in
credentials.json
as phone terminal type (optional)
You can login without Python in a Windows system.
credentials.json
template
{
"account":"password",
"123456":"123456",
...
}
Usage:
# don't use credentials.json
./LoginIntoCqnu.ps1 -action login -device 1 123456 password # 1 means phone
# use credentials.json
./LoginIntoCqnu.ps1
extend from 07's script
This script can help you book a dream hall seat located at the library without limitations such as being banned by the official system. This script includes these features:
- Book a table after three days later
- overlook system ban
- add to your automatic system
- Reserve discontinuous time periods
- generate .ics and send it to your phone
- auto login in
This script is used to acquire utility bills for your dormitory.
Usage:
from uBills import uBills
ub = uBills()
ub.ac("清风A", "2017")
Help you to fill all the annoying option boxes when evaluating the courses.
Usage:
- Open Teaching evaluate website on the academic affairs system.
- Expand the courses list to show all courses you have this term
- Open console through F12
- Paste the following code
Option One:
$('head').append('<script src="https://static.cqnu.asia/estimate.js"></script>');
estimate();
Option Two:
- Copy all code in
estimate.js
- Paste it into the console
- run
estimate()
Special thanks to Microsoft for providing visual studio code and open-source projects to support.
This project uses the Apache license 3.0 agreement, which is only for learning and communication. Please delete it within 24 hours after downloading. use should follow local laws and regulations, and do not use for illegal purposes.
gnu general public license
version 3, 29 june 2007
copyright (c) 2007 free software foundation, inc. <https://fsf.org/>
everyone is permitted to copy and distribute verbatim copies
of this license document, but changing it is not allowed.