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
- Host: GitHub
- URL: https://github.com/zeionara/zone
- Owner: zeionara
- License: apache-2.0
- Created: 2024-01-10T17:23:41.000Z (over 1 year ago)
- Default Branch: master
- Last Pushed: 2024-01-18T14:51:30.000Z (over 1 year ago)
- Last Synced: 2025-02-02T17:05:54.894Z (4 months ago)
- Language: Python
- Size: 45.9 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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
```