Skip to content

carlgutierrez/aoj-scraper

Repository files navigation

Aizu Online Judge Code Scraper

A JavaScript based scraper used to get code submissions using Aizu Online Judge API

Usage

change the problemId, language and submissionSize in index.js

Variable Type Required Description Example
problemId string true Problem ID from Aizu Online Judge Courses ITP1_2_C
language string true Programming language of submission Python3
submissionSize number true The size of the submission list request, can be greater than the total number of submissions. 500

to run code type in terminal

$ npm install
$ node index.js

Output

list of codes will be save on codes.tsv

Name Type Description
judgeId number source code submission ID
code string stringified source code

About

A code submission scraper from Aizu Online Judge

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published