Skip to content

This is a Python Script to run through the iFood API

Notifications You must be signed in to change notification settings

hguarnieri/ifood-py

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 

Repository files navigation

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 }

About

This is a Python Script to run through the iFood API

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages