Metadata-Version: 2.4
Name: torob-prices
Version: 0.0.2
Summary: A simple web scraper to find the lowest price of a product on Torob.
Author-email: jajoul <you@example.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
Requires-Dist: python-dotenv
Dynamic: license-file

# Torob Less Price Finder

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

## Installation

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

## Usage

You need to create a `.env` file in the directory you are running the command from, with the following content:

```
BASE_URL=https://torob.com/search/
```

Then you can run the script from your terminal:

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

For example:

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