Skip to content

A Django app which scraps Craigslist site using Beautiful soup.

Notifications You must be signed in to change notification settings

salonitayal/CraigslistScraper

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Craigslist Scraper App

The Craigslist Scraper App scrapes data off the Craigslist.org/.

About 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.

To run the project on local system:

Follow the below steps:

1.) Make a virtual environment. It keeps things organised and CLEAN.

2.) Install the requirements!

pip install -r requirements.txt

3.) Run

python manage.py runserver

You are Done!

About

A Django app which scraps Craigslist site using Beautiful soup.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published