Awesome
monica
:fork_and_knife: monica is a command line chef that brings you tasty food
Demo
Features
- Written in Python
- Uses the Zomato API, so works in 23 countries.
- Works on Linux, Windows and Mac.
Installation
1: PIP
$ pip install monica
2: From Source
$ git clone https://github.com/Zephrys/monica
$ cd monica/
$ python setup.py install
Usage
Search for a restaurant
$ monica search Good Chinese Food
Get surprised by something random in your budget
$ monica surprise
Get restaurants that support a specific cuisine
$ monica cuisine Indian
Or to get a list of cuisines
$ monica cuisine list
Get a list of restaurants in your budget.
$ monica budget 500
Get details of a particular restaurant by id
$ monica restaurant 310543
Get reviews of a restaruant by id
$ monica reviews 310543
Reconfigure Monica
$ monica configure
Help
$ monica --help
Contributing
Use the issue tracker to file bugs or push new features.
License
Open sourced under the MIT License