Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/wangshouh/sdufelib_seat_crawler
SDUFE Library Reservation Seat Monitoring Crawler
https://github.com/wangshouh/sdufelib_seat_crawler
crawler python
Last synced: 1 day ago
JSON representation
SDUFE Library Reservation Seat Monitoring Crawler
- Host: GitHub
- URL: https://github.com/wangshouh/sdufelib_seat_crawler
- Owner: wangshouh
- License: mit
- Created: 2022-03-20T03:24:20.000Z (almost 3 years ago)
- Default Branch: master
- Last Pushed: 2022-10-22T15:05:55.000Z (over 2 years ago)
- Last Synced: 2024-04-14T16:47:11.914Z (10 months ago)
- Topics: crawler, python
- Language: Python
- Homepage:
- Size: 39.1 KB
- Stars: 4
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
## SDUFE Library Reservation Seat Monitoring Crawler
### How to use
1. Install Python package `requests`.You can use `pip install requests` to install it.
1. Run the `config_gen.py` file.You can use command `python config.py` to run file.
1. Run the `main.py` file.The program output is similar to `['四层南-035']`.You need to confirm the exact location based on the campus you located.> Due to the time-sensitive nature of the login link, you will need to regenerate the configuration once a day,which means you will need to re-run the generation script(`config_gen.py`) once a day
### Additional information
1. If you are in China, you can use [TUNA pypi mirror](https://mirrors.tuna.tsinghua.edu.cn/help/pypi/) to install `requests`. The command is `pip install -i https://pypi.tuna.tsinghua.edu.cn/simple requests`.
1. Now, the crawler config only support Shengjing(圣井) campus.1. If you in other campus, you can read source code and modify it.