Skip to content

mazen2806/manufacturer

Repository files navigation

This script is used to parse data from the site: https://www.urparts.com/index.cfm/page/catalogue and save it to the file

How to run this application

Add virtual environment and install packages:
```bash
# create virtual environment
python -m venv venv

# activate virtual environment
source venv/bin/activate

# upgrade pip
pip install --upgrade pip

# install dependencies
pip install -r requirements.txt
```

Run application using the next command:
```bash
python loader_async.py
```

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages