OLX Price Tracker — Competitor Price Monitoring System
Developed an autonomous Telegram bot for monitoring prices on the OLX.ua marketplace in real-time (24/7).
WHAT THE BOT CAN DO:
— Automatic monitoring: The script checks the product price every hour.
— Bypassing protection: Data parsing directly through JSON (resistant to changes in the website layout).
— Instant notifications: Sends messages in Telegram as soon as the price drops, calculating the difference (discount).
— Human imitation: Uses User-Agent rotation so the website does not block requests.
TECHNOLOGIES:
Python 3, BeautifulSoup4, Requests, Telegram Bot API.
APPLICATION FOR BUSINESS:
This script can be adapted for tracking competitor prices, monitoring product availability, or finding the best deals on the market.
Link to the code (GitHub): https://github.com/talisman-ep/olx-price-tracker
#python #parsing #bot #telegram #automation #script
WHAT THE BOT CAN DO:
— Automatic monitoring: The script checks the product price every hour.
— Bypassing protection: Data parsing directly through JSON (resistant to changes in the website layout).
— Instant notifications: Sends messages in Telegram as soon as the price drops, calculating the difference (discount).
— Human imitation: Uses User-Agent rotation so the website does not block requests.
TECHNOLOGIES:
Python 3, BeautifulSoup4, Requests, Telegram Bot API.
APPLICATION FOR BUSINESS:
This script can be adapted for tracking competitor prices, monitoring product availability, or finding the best deals on the market.
Link to the code (GitHub): https://github.com/talisman-ep/olx-price-tracker
#python #parsing #bot #telegram #automation #script