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
- First clone the project and cd to project
git clone <url of the project>
cd Password-generator
- Make a python virtual env
python3 -m venv <name of your venv>
- Activate your venv
source ./venv/bin/activate
venv/bin/activate
- Install the python packages
pip install -r requirements.txt
- Run the file
python main.py