Skip to content

A CLI utility that downloads your solutions to hackerrank.com problems along with problem description

Notifications You must be signed in to change notification settings

hermes-jr/hackerrank-downloader

Repository files navigation

HackerRank Submissions Downloader

Build Status Java CI

Usage

java -jar hackerrank-downloader.jar [-d <PATH>] [-f] [-h] [-l <NUMBER>] [-o <NUMBER>] [-v]
 -d,--directory <PATH>   path to output directory. Default: current
                         working directory
 -f,--force-overwrite    Force overwrite if output directory exists. May
                         lead to data loss.
 -h,--help               display this help and exit
 -l,--limit <NUMBER>     number of solved challenges to download. Default
                         is 65535
 -o,--offset <NUMBER>    number of items to skip. Default is 0
 -v,--verbose            run in verbose mode

Application expects a file .hackerrank-downloader-key to exist in your
home directory. It must contain a single ASCII line, a value of
"_hrank_session" cookie variable

About

A CLI utility that downloads your solutions to hackerrank.com problems along with problem description

Topics

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages