Skip to content

A Web-Scraper to get price of cars in Divar website

Notifications You must be signed in to change notification settings

arminshfatemi/web-scraper

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Web-scraper

A Divar web-scraper to get cars price, name and kilometer.

By default it just search cars in Tehran city .

I have used Beautifulsoup4 to scrape the Site

How to Run

  1. First clone the project and cd to project
git clone <url of the project>
cd Password-generator
  1. Make a python virtual env
python3 -m venv <name of your venv>
  1. Activate your venv

on linux

source ./venv/bin/activate

on windows

venv/bin/activate
  1. Install the python packages
pip install -r requirements.txt
  1. Run the file
python main.py

Releases

No releases published

Packages

No packages published

Languages