Price parser

About

Parses price from url

Supported sites

  • trendyol.com
  • defacto.com.tr

Getting Started

This is a development setup guide for this project. Please follow the instructions to setup project locally.

🤚 Requirements

Running locally

  • Pull the repo
  • Create new poetry environment and install requirements
    poetry install
  • To run on local
    poetry shell
    python app.py

🧪 Testing

  • Create new poetry environment and install requirements
    pytest