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.
pip install -r requirements.txt
python thefoodie.py <command-line options and arguments>
- --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.
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"
python thefoodie.py --city "guntur" --categories "lebanese,fast food"
python thefoodie.py --city "guntur" --dishes "chicken dum biryani"