This is a Telegram Bot for tracking price changes on online marketplaces such as Ozon, Yandex.Market and Wildberries
- Clone repo
git clone git@github.com:Evgeniy-Golodnykh/marketplace_price_tracking.git
- Creates the virtual environment
python3 -m venv venv
- Activates the virtual environment
source venv/bin/activate
- Upgrade PIP and install the requirements packages into the virtual environment
python3 -m pip install --upgrade pip
python3 -m pip install -r requirements.txt
- Install Chromium for marketplace websites scraping
playwright install --with-deps chromium
- Go to src folder
cd src
- To run the application use command
python3 -m main.py
Python, Playwright, SQLAlchemy, PostgreSQL, Aiogram, Docker, GitHub Actions