LICENSE
README.md
pyproject.toml
amazon_scrapper_pipeline.egg-info/PKG-INFO
amazon_scrapper_pipeline.egg-info/SOURCES.txt
amazon_scrapper_pipeline.egg-info/dependency_links.txt
amazon_scrapper_pipeline.egg-info/requires.txt
amazon_scrapper_pipeline.egg-info/top_level.txt
scrapper/__init__.py
scrapper/config/__init__.py
scrapper/config/products_locators.yaml
scrapper/config/urls_locators.yaml
scrapper/constant/__init__.py
scrapper/constant/configuration.py
scrapper/entity/__init__.py
scrapper/entity/artifact_entity.py
scrapper/entity/config_entity.py
scrapper/entity/product_locator_entity.py
scrapper/entity/url_locator_entity.py
scrapper/exception/__init__.py
scrapper/exception/custom_exception.py
scrapper/logger/__init__.py
scrapper/logger/logging.py
scrapper/pipeline/__init__.py
scrapper/pipeline/main_pipeline.py
scrapper/pipeline/prodcut_pipeline.py
scrapper/pipeline/url_pipeline.py
scrapper/router/__init__.py
scrapper/src/__init__.py
scrapper/src/multi_product_scrapper.py
scrapper/src/multi_url_scrapper.py
scrapper/src/url_scrapper.py
scrapper/utils/__init__.py
scrapper/utils/main_utils.py