MarketplacesGoodsTracker
π Preview
Ozon

Wildberries

π¦ Installation
-
Clone the repository
git clone https://github.com/TimNekk/MarketplacesGoodsTracker -
Rename .env.dist to
.envand configure itcd MarketplacesGoodsTracker cp .env.dist .env -
Add
creds.jsonto the root of the projectmv /path/to/creds.json . -
Install the dependencies (Optional, if not using Docker)
pip install -r requirements.txt
π Usage
Using Docker Compose (with just)
Run for both Ozon and Wildberries
just start
Or for specific marketplace
just start-oz
# or
just start-wb
Stop the app
just stop
[!TIP] More commands can be found in justfile
Using Pure Python
Run the app for Ozon
python run.py -oz
Or for Wildberries
python run.py -wb
Additional options can be shown with
python run.py -h
π₯ Contributing
Contributions are welcome! Here's how you can help:
- Fork it
- Create your feature branch
- Commit your changes
- Push to the branch
- Create a new Pull Request
- Get your code reviewed
- Merge your code
- Get a π
π License
This project is licensed under the GPL-3.0 License - see the LICENSE file for details