Search products from all around the world
- Python 3.7
- Scrapy
- Flask
- package dependencies poetry
pyproject.toml
- editor style editorconfig
.editorconfig
- python style yapf
.style.yapf
requirentment
- python 3.7
- pip 3.7
- poetry(optional)
- install package
- with pip
pip3.7 install {packages}
orpython3.7 -m pip install {packages}
- with poetry
poetry install
orpoetry install --no-dev
- with pip
- (poetry) enter shell
poetry shell
- start web
python3.7 ProductSearcher/web/searchviewer.py