In this series I’ll validate a new idea. Read about the concept and the idea . here (Day 0) here (Day 1) Since I don’t have a lot about the project in general to tell, I want to share something specific with you today. For I have to scrape Quora. The special challenge is that the user has to be to do so. Find Better Questions logged in Scraping Quora as User with Electron Webviews Electron (Framework for building desktop apps with JS) offers something called webview. It’s basically a browser view which can be controlled from within your app. Electron keeps cookies and other temporary data, so you just have to ask your user once to log in at the normal place. No need to manage any user data and third party passwords. This is executed in the main Node.js environment Just write your JS-code which scrapes the data you need. This code is executed in the webview (Browser) Tada 🎉 Your app now has full access to a third party app. The plan for tomorrow Panic, I’m running out of time ← Day 18 — Talking about the Product → Day 20 — Defining a Schema