Matthias3721/olx-telegram-bot ? reverse-engineered prompt
Reverse engineered prompt
Build me a Python Telegram bot that watches OLX listings for me all the time and sends me a message whenever it finds a new offer that matches my search.
I want it to check for a keyword like iPhone, compare the listing price against my target price, and show whether it’s above or below that target with a clear green or red mark. Each alert should include the title, price, location, link, and the first photo if there is one. It should only send new listings, remember what it has already sent, and ignore older offers so I only get fresh deals.
Make it run continuously in the background on a Linux server, so it keeps working even after a restart. If you need to look up current docs online for the Telegram library or OLX API behavior, go ahead.
Are you gonna build this?
make sure you review the code using coderabbit