Make sure you have Poetry installed. To install all project dependencies, run:
poetry install --no-rootActivate environment shell by:
poetry shellUse next command to run script:
python main.pyThe project uses the following dependencies:
Python: 3.12 at least
aiohttp: Asynchronous requests to the website
pydantic: Model validations
pydantic-settings: Project settings
bs4: Data parsing
lxml: Parser for bs4
aiogram: Telegram bot