An open API service indexing awesome lists of open source software.

https://github.com/zeionara/zone

Online store price monitor
https://github.com/zeionara/zone

Last synced: 3 months ago
JSON representation

Online store price monitor

Awesome Lists containing this project

README

        

# zone



## 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
```