Skip to content

Latest commit

 

History

History
18 lines (12 loc) · 483 Bytes

README.md

File metadata and controls

18 lines (12 loc) · 483 Bytes

(This code is deprecated, new version available here)

getSubmissions

This app allows you download all source codes with verdict Accepted (except codes from Gym :S) from Codeforces for a particular handle.

How to use

 $ git clone https://github.com/jhonber/getSubmissions.git

 $ npm install

 $ cd getSubmissions && node app.js handle

See into codes/

Enjoy it!