Streamlit-MBScraper
I was trying to make an application to scrape data from magi bricks on the basis of City name, Property type, BHK (for India) and I felt it’s gonna be tedious to change arguments every time to extract different city data and run scraper through cli again & again. I thought to design a small dashboard which can ease it out. so I came across streamlit and tried it out for fun today on this application and in just few lines of code, I have this application working with a interactive dashboard which shows data in JSON as well as provide CSV download option. Streamlit made it very easy. I hope someone finds it useful
Here’s the working demo of this application below -
Checkout the code example. And give the repo a star if you find it nice.
https://github.com/ravigoel08/Streamlit-MBScraper