Skip to main content

Hackerrank Solution Crawler

Project description

Build Status PyPI PyPI - Downloads

Hackerrank-Solution-Crawler

Crawls solutions of hackerrank and stores as local files.

How to use it

  • Pip install the package pip install hsc
  • Run the command hsc
  • Login with your Hackerrank Credentials
  • Enter the limit of successful solutions you want to be crawled
  • A new folder with name Hackerrank would be created with all your solutions in it

Options to use while running script

Script hsc supports following options

  • help: -h or --help
  • username: -u or --username -> username of hackerrank profile
  • password: -p or --password -> password of hackerrank profile
  • limit: -l or --limit -> no. of solutions to be downloaded
  • offset: -o or --offset -> crawl solutions starting from this number
  • config: -c or --config -> path of config file

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

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

hsc-1.2.1.tar.gz (5.6 kB view hashes)

Uploaded Source

Built Distribution

hsc-1.2.1-py3-none-any.whl (7.7 kB view hashes)

Uploaded Python 3

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page