Skip to content

A puppet which lets you automate the process of running and submitting your code of Hackeerank Problems.

Notifications You must be signed in to change notification settings

RishabhDevbanshi/Hackerrank-Puppet

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Puppet Description

A puppet which lets you automate the process of running and submitting your code of Hackeerank Problems. No need to leave code editor to run and submit your solution, leave that to our Puppet. The puppet takes your credentials and link to problem using command line and then does all the rest by itself (given crediants and link were correct).

Demo

Give Input using CMD :

Command Line Gif


Puppet takes care of rest :

Browser Gif

Technologies Used

Node.js + Puppeteer

Run Project Locally

Assumes local installation of Node.js

To run the project locally :

  • Fork and Clone this repository.
  • cd hackerrank-puppet to go to the repository.
  • Run npm install to install all the dependencies
  • Write your code in ./code.txt file for the problem you want to run the script on.
  • Run node app.js to run the puppet.
  • Enter your Hackerrank credentials and link for the respective question and wait for puppet to do the rest.

THE END :)

About

A puppet which lets you automate the process of running and submitting your code of Hackeerank Problems.

Resources

Stars

Watchers

Forks