https://github.com/nugine/vjudge-spider
https://github.com/nugine/vjudge-spider
Last synced: 21 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/nugine/vjudge-spider
- Owner: Nugine
- Created: 2020-02-05T11:50:02.000Z (about 5 years ago)
- Default Branch: master
- Last Pushed: 2020-02-05T14:40:26.000Z (about 5 years ago)
- Last Synced: 2025-02-14T11:34:42.660Z (2 months ago)
- Language: Python
- Size: 4.88 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# vjudge-spider
a toy spider for data preprocess
get data from contest/123456:
```bash
echo "my-username" > account.txt
echo "my-password" >> account.txt
python3 -m vjspd 123456 -a account.txt -o 123456.json
```or
```bash
python3 -m vjspd 123456 -u "my-username" -p "my-password" > 123456.json
```simple analyzer
```bash
python3 analyze.py 123456.json -c -o 123456.csv
```