Metadata-Version: 2.4
Name: torob-prices
Version: 0.0.4
Summary: A simple web scraper to find the lowest price of a product on Torob.
Author-email: jajoul <jajoul.me@gmail.com>
Project-URL: Homepage, https://github.com/jajoul/torob-prices
Project-URL: Bug Tracker, https://github.com/jajoul/torob-prices/issues
Classifier: Programming Language :: Python :: 3
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Requires-Python: >=3.7
Description-Content-Type: text/markdown
License-File: LICENSE
Requires-Dist: requests
Requires-Dist: beautifulsoup4
Dynamic: license-file

# Torob Prices

A simple web scraper to find the lowest price of a product on the Torob website.

## Installation

```bash
pip install torob-prices
```

## Usage

Run the script from your terminal:

```bash
find-less-price "your product name"
```

For example:

```bash
find-less-price "iphone 15 pro max"
```

### Options

*   `--min`: Only display the minimum price.
*   `--base_url`: Override the default search URL (`https://torob.com/search/`).

#### Example with options:

```bash
find-less-price "samsung s23 ultra" --min
```
