z0r3f/wallbot — reverse-engineered prompt
Reverse engineered prompt
Build me a Python Telegram bot for tracking Wallapop searches.
I want to be able to add and manage searches from Telegram, have the bot check Wallapop regularly, and get a message when it finds new matching items. It should also notice when an item drops in price and tell me. I’d like a simple way to see and manage my tracked items and searches from the chat.
Please make it runnable locally and also with Docker. Use an environment variable for the Telegram bot token, something like BOT_TOKEN, so I don’t have to hardcode secrets. Store the searches and seen items in a small local database so it remembers things after restarting.
Keep the code reasonably organized, with separate parts for Telegram commands, Wallapop searching, database helpers, notifications, and config. Add basic logging and a requirements file. Include clear run instructions in the README.
Want more depth? Deep Reverse