An open API service indexing awesome lists of open source software.

https://github.com/nugine/vjudge-spider


https://github.com/nugine/vjudge-spider

Last synced: 21 days ago
JSON representation

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
```