mariamikv / Web-Scraping-Project

web scraping project

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Web-Scraping-Project

Description

Web scraping is the term for using a program to download and process content from the web. In this repository, i will learn about several modules that make it easy to scrape web pages in Python. This is a simple clone of Craigslist built in Python/Django. In this website u can search everything u had searched on Craigslist. The main purpose why i created this website clone was to learn about web scraping and Django. For this project i am using Django (Web Frameworks for Python) and built in database(db.sqlite3).

  • requests - Downloads files and web pages from the internet.
  • bs4 - Parses HTML, the format that web pages are written in.

setup

  • Run pip install -r requirements.txt to install dependencies
  • Run python manage.py runserver
  • Navigate to http://127.0.0.1:8000/ in your browser

About

web scraping project


Languages

Language:Python 61.3%Language:HTML 34.0%Language:CSS 4.7%