# auto-login **Repository Path**: jxprog/auto-login ## Basic Information - **Project Name**: auto-login - **Description**: Scripts to automatically log in to the campus network - **Primary Language**: Python - **License**: Not specified - **Default Branch**: main - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2022-04-06 - **Last Updated**: 2022-04-06 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # Auto-Login ## ❓Introduction This is a project about automatically logging in to the campus network, including Python and JavaScript scripts, and the campus network is authenticated through the portal protocol. **Note that** this is just some experience and ideas sharing. If different parameters appear in the respective application process, you need to analyze it yourself. ## 🛠️How to use > 1. Rename the `config_template.json` to `config.json` > 2. Modify the parameters in `config.json` according to the actual situation `xyw_full.py` simulates the real parameter construction, including the complete query and authentication process. `xyw_light.py` simplifies unnecessary parameters and only completes the authentication process. `xyw_class.py` is the class implementation version of `xyw_full.py`. ## 📧Contact me If you have any concerns here, please post as Github issues, or send an e-mail to Joker Xin by [jxpro@qq.com](mailto:jxpro@qq.com).