/ifood-py

This is a Python Script to run through the iFood API

Primary LanguagePython

iFood API

This is a Python Script to run through the iFood API.

Overview

By now, it only search for the best discounts around the CEP area (yeah, i'm little poor hungry guy)

Prerequisites

Python > 3.5
Requests Library

Running

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 }