- Search items on the WB site
- Displays complete product data dynamically
- Performs a point search by article
- Saves user requests to a temporary json file. (You can optionally add a database)
- Get your token from @BotFather and put it in
.env - Now we need Python 3.x
- Let's install everything depending on:
pip install -r requirements.txt - Let's put all the variables in
.env - Let's run the bot:
python3 bot.py
git clone https://github.com/iUnreallx/WB-parser