Check all restaurants around you and select a currently open one with a rating above 4 (by default) stars randomly
# basic usage
python iamhungry.py
# advanced usage
python iamhungry.py address="48 rené clair paris" distance=1000 rating=4.2
Available params:
- distance (int): The distance between you and the place to eat
- rating (float): The minimum rating on Google
- address (string): The address you want to find a place to eat nearby
The one given in this piece of code as a low qota limit. To get your own one go here and enable the following services / API:
- Google Maps Geocoding API
- Google Places API Web Service
- Google Maps Directions API