自動抓取zerojudge中,特定使用者在特定題目上的AC情形
目前網站新增了 google recaptcha v3 機制,尚未解決此問題
python 3.5 or above
requests 2.18 or above
You can simply run pip3 install -r requirements.txt
to install these required packages
2 files to modify:
* accouts file (Put it in src/data/)
the accouts to be judged. Delimiters = ','
* problemIDs file (Put it i src/data/)
the id of problems to be judged. Delimiters = ','
cd src
python3 judge.py <your_accounts_file_name_in_data_folder> <your_problemIDs_file_name_in_data_folder> <path_to_output_file>
- Yu-Hsuan Chiu (Sean) - cilegann
This project is licensed under the MIT License