-
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
Using Docker Compose (with just)
Run for both Ozon and Wildberries
just startOr for specific marketplace
just start-oz
# or
just start-wbStop the app
just stopTip
More commands can be found in justfile
Run the app for Ozon
python run.py -ozOr for Wildberries
python run.py -wbAdditional options can be shown with
python run.py -hContributions 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