Giter VIP home page Giter VIP logo

cqnu-helper's Introduction

CQNU Helper

This repository consists of a series of tools that help you enjoy CQNU life better.

LoginIntoCqnu.py

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

LoginIntoCqnu.sh

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.

Ms_book.py

extend form 07's script

⚠️ Only work with Python < 3.11

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

bugs:

  • Canceled orders won't show on the website but it actually canceled from the backend.

uBills.py

This script is used to acquire utility bills for your dormitory.

Usage:

from uBills import uBills

ub = uBills()
ub.ac("清风A", "2017")

estimate.js

Help you to fill all the annoying option boxes when evaluating the courses.

Usage:

  1. Open Teaching evaluate website on the academic affairs system.
  2. Expand the courses list to show all courses you have this term
  3. Open console through F12
  4. Paste the following code

Option One:

$('head').append('<script src="https://static.cqnu.asia/estimate.js"></script>'); 
estimate();

Option Two:

  1. Copy all code in estimate.js
  2. Paste it into the console
  3. run estimate()

thanks

Special thanks to Microsoft for providing visual studio code and open-source projects to support.

My Skills

license

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.

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.