Electron App that scrapes HTML, processes it for specific data, appends an excel sheet with differential pricing of the scraped items day-by-day.
A major hurdle was the decision on how to address captchas on websites requiring logins. I had to compromise by requiring the user to enter login credentials manually during the main process. This was done using the npm Puppeteer package.


