A Selenium Script (Bot) to scrape Striver's Website and fetch Problem links into a WorkSheet.
- Ensure that node is installed on local system.
- Clone the Repo,
cdto Project root. - Install chrome-driver on machine. The code can be tinkered to also work on other browsers including respective drivers like gecko-driver for Firefox.
- Install dependencies using the command
npm i. - Run the script using command
node index.js.