Hackerrank-Solution-Crawler

🐍 Crawls solutions of hackerrank and stores as local files.

View on GitHub

Build Status PyPI Last commit Latest tag Forks Stars

Hackerrank-Solution-Crawler

Crawls solutions of hackerrank and stores as local files.

How to use it

Options to use while running script

Script hsc supports following options

Usage: We can use above script helpers as

hsc -l 34 -p testpassword -u testuser

We can also use config file to download solutions Let config file be /etc/user.yaml

username: testuser
hsc -c /etc/user.yaml -l 34 -p testpassword