Best Flask open-source libraries and packages

Product Extractor Flask

Product Extractor is designed to get main information about a product of zamorskiepodarki.com/
Updated 1 month ago

In improvement

How it works

There two separated projects Flask and Scrapy.

The Flask side tigger the Scrapy side to extract data.

All extracted data collects in PostgresQL database

The main goal of the project to show how to integrate Scrapy, Flask and Postgres together

How to Use it

  1. Create .env and create Flask secret key
  2. Run docker-compose up
  3. if it does not work download postgresql image - docker pull postgres:10