Discover and explore top open-source AI tools and projects—updated daily.
Avito parser for tracking listings
Top 72.2% on SourcePulse
This project provides a cross-platform Avito.ru parser with a GUI and Telegram notifications, designed to alert users to new listings matching specific keywords, price ranges, and other filters. It targets individuals looking for timely updates on desired items, aiming to provide an advantage in acquiring sought-after goods.
How It Works
The parser operates by periodically checking specified Avito URLs for new or updated listings. It employs an IP-ban evasion strategy and can be configured to ignore previously seen items unless their price has changed. The system supports proxy usage, including mobile proxies, and can be run headless on servers or via Docker.
Quick Start & Requirements
.exe
(requires admin privileges).pip install -r requirements.txt
, pip install flet
(for GUI).python AvitoParser.py
python parser_cls.py
sudo docker build -t avito_parser:v0.1 .
followed by docker run ...
1 day ago
1 day