Repl.it scraper built with WebDriverJS (Selenium for Node.js).
Initial code from webdriverjs-recipes.
Used by Random Repl.
Clone repository:
$ git clone https://github.com/remarkablegames/repl.it-scraper.git
$ cd repl.it-scraperIf you're using nvm, you can set your node version:
$ nvm useInstall dependencies:
$ npm installIn the project directory, you can run:
Opens a Chrome browser, finds the list of top contributors on the homepage, and gets the links of their pinned/most recent repls.
Removes JSON files in output folder.
MIT