The Craigslist Scraper App scrapes data off the Craigslist.org/.
It is an Ad-Hosting website, which is really very useful, but pretty cluttered!
So we came up with an idea of scraping the data from it and presenting it in visually pleasing way :-) For that purpose I have used MaterializeUI.
The data is scraped using BeautifulSoup4 and then rendered back using Django backend.
Enter the thing you want to search and it presents it in beautiful way.
Follow the below steps:
1.) Make a virtual environment. It keeps things organised and CLEAN.
2.) Install the requirements!
3.) Run
