This is a Python Script to run through the iFood API.
By now, it only search for the best discounts around the CEP area (yeah, i'm little poor hungry guy)
Python > 3.5
Requests Library
Open the code and change the above:
CEP = { Your CEP code with only numbers: 00000000}
MIN_DISCOUNT = { The minimum discount you want to be displayed: 0.1, 0.2, 0.3 ..}
MIN_PRICE = { The minimum price of the product you are searching }
SHOULD_BE_CLOSED = { Do you want only open places? True/False }