Unofficial OSINT, Intelligence, and Utility Toolkit for Zomato.
Jomato is a reverse-engineered Python wrapper for the Zomato API. It provides a robust authentication bundle, OSINT capabilities for geospatial analysis, and utility features for power users.
Designed for security researchers, data analysts, and developers.
This tool is NOT affiliated with, endorsed by, or connected to Zomato or Eternal Ltd.
This software is provided for educational and research purposes only. The author assumes no liability for any misuse of this tool or for any damages caused by its use. Users are responsible for ensuring their activities comply with Zomato's Terms of Service and applicable local laws.
git clone https://github.com/jatin-dot-py/jomato.git
cd jomato
pip install -r requirements.txtpython zomato.pyLogin:
python zomato.py loginOr with arguments:
python zomato.py login --phone 9999999999 --otp-pref smsOTP preferences: sms, whatsapp, call
Logout:
python zomato.py logoutHelp:
python zomato.py --help
python zomato.py login --helpTokens are stored in .zomato file (gitignored).