neokd / DataStorehouse

DataStoreHouse is an open-source project that aims to create a collaborative platform for gathering and sharing a wide variety of datasets. It provides a centralised repository where individuals and organisations can contribute, discover, and collaborate on diverse datasets for various domains.
https://datash.vercel.app
MIT License
18 stars 22 forks source link

Get Interview related question and answer (MCQ) #88

Closed neokd closed 1 year ago

neokd commented 1 year ago

Create a scrapper to scrape common interview website like interview bit, gfg ,etc and store it in a JSON format

{ question:"", answer:"", options:"" } Options can be an array of strings

tuhinaww commented 1 year ago

Hey @neokd, I'm interested in working on this issue and developing a web scraper that extracts interview questions.

Implementation:

neokd commented 1 year ago

@tuhinaww you can work on it

tuhinaww commented 1 year ago

@neokd thank you!

tuhinaww commented 1 year ago

@neokd , Hey I have crated a website scrapper for gfg, and I would like to get it reviewed so I can start with other websites as well, I have opened a pull request.