Hi Kevin, first of all thank you for the script, I've been testing it and I can make to find new products.
I made a modification with the help of Gemini, to make the script run again when it stops.
I make a search like this:
python main.py -search "iphone" -longitude -3.6924512 -latitude 42.3495246 -min-price 0 -max-price 1000 -teleg config/telegram.yaml
And looking in a browser the same call
http://api.wallapop.com/api/v3/general/search?keywords=iphone&order_by=newest&latitude=42.3495246&longitude=-3.6924512&distance=0&min_sale_price=0&max_sale_price=1000&filters_source=search_box&language=es_ES

I am seeing there are new products in the json, but the script keeps saying 0 new products found.
Thank you!
Hi Kevin, first of all thank you for the script, I've been testing it and I can make to find new products.
I made a modification with the help of Gemini, to make the script run again when it stops.
I make a search like this:
python main.py -search "iphone" -longitude -3.6924512 -latitude 42.3495246 -min-price 0 -max-price 1000 -teleg config/telegram.yamlAnd looking in a browser the same call

http://api.wallapop.com/api/v3/general/search?keywords=iphone&order_by=newest&latitude=42.3495246&longitude=-3.6924512&distance=0&min_sale_price=0&max_sale_price=1000&filters_source=search_box&language=es_ESI am seeing there are new products in the json, but the script keeps saying 0 new products found.
Thank you!