Dipeshpal / thefoodiescript

A script for Zomato. Automates the process of finding the best restaurant nearby, and also finds the restaurants that offer the best deals for a particular dish.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

thefoodiescript

A script for Zomato. Automates the process of finding the best restaurant nearby, and also finds the restaurants that offer the best deals for a particular dish.

Install the required modules first.

pip install -r requirements.txt

Usage

python thefoodie.py <command-line options and arguments>

Command line options

  • --city -> Required. Mention your city
  • -c -> Optional. Mention your cookie file. Default is cookies.json
  • --categories -> Optional. Mention the categories of restaurants you want to search for.
  • --dishes -> Optional. Mention the dishes you want to search for.

Examples

Searching without any categories and dishes (All restaurants around you sorted from "best" to "not too good")

python thefoodie.py -c "cookies.json" --city "guntur" OR python thefoodie.py --city "guntur"

Searching with categories

python thefoodie.py --city "guntur" --categories "lebanese,fast food"

Searching for particular dishes

python thefoodie.py --city "guntur" --dishes "chicken dum biryani"

About

A script for Zomato. Automates the process of finding the best restaurant nearby, and also finds the restaurants that offer the best deals for a particular dish.


Languages

Language:HTML 90.8%Language:Python 9.2%