-
Clone the repository
git clone https://github.com/TimNekk/MarketplacesGoodsTracker
-
Rename .env.dist to
.env
and configure itcd MarketplacesGoodsTracker cp .env.dist .env
-
Add
creds.json
to the root of the projectmv /path/to/creds.json .
-
Install the dependencies (Optional, if not using Docker)
pip install -r requirements.txt
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
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
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 🌟
This project is licensed under the GPL-3.0 License - see the LICENSE file for details