Metadata-Version: 2.1
Name: ozonzone
Version: 0.0.1
Summary: Online store price monitor
Home-page: https://github.com/zeionara/zone
Author: Zeio Nara
Author-email: zeionara@gmail.com
License: Apache 2.0
Project-URL: Documentation, https://github.com/zeionara/zone#readme
Project-URL: Bug Reports, https://github.com/zeionara/zone/issues
Project-URL: Source Code, https://github.com/zeionara/zone
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: Apache Software License
Classifier: Programming Language :: Python :: 3.11
Description-Content-Type: text/markdown
License-File: LICENSE
Requires-Dist: click
Requires-Dist: requests
Requires-Dist: pandas
Requires-Dist: selenium
Requires-Dist: webdriver-manager
Requires-Dist: undetected-chromedriver
Requires-Dist: python-telegram-bot

# zone

<p align="center">
    <img src="assets/logo.png"/>
</p>

## Usage

To call the module:

```sh
python -m zone parse futbolka-tvoe-826049021
```

The command will generate the following output:

```sh
The product costs 781.0
```

## Installation

To install from `pip`:

```sh
pip install ozonzone
```

To create environment and install all dependencies:

```sh
conda env create -f environment.yml
```
