Skip to main content

Zomato API Python Module

Project description

# zomathon
[![PyPI version](https://badge.fury.io/py/zomathon.svg)](https://badge.fury.io/py/zomathon)

Python Module for the Zomato API.

## About the Zomato API

![zomato](http://knowstartup.com/wp-content/uploads/2015/09/logo-300x212.png)

See the official API documentation for more information.

https://developers.zomato.com/api

## Install

```bash
$ pip3 install zomathon
```

Only pip3 is supported for now. If you don't have pip installed on your system

```bash
$ git clone https://github.com/abhishtagatya/zomathon
$ cd zomathon
$ python3 setup.py install
```

## Getting Started

Usage :
```python3
import os
import sys
import json

from zomathon import ZomatoAPI

API_KEY = os.environ.get('ZOMATO_API_KEY')
zom = ZomatoAPI(API_KEY)

# For complete help on the module
help(zom)
```

Make sure to check out `example/basic_usage.py` for demonstrations :

```bash
$ python3 example/basic_usage.py
```

Or check out the interactive documentation over at
[Zomato Documentation](https://developers.zomato.com/documentation)

## Authors
- Abhishta Gatya - Initial Work

## License

This project is licensed under the MIT License - see the [LICENSE](https://github.com/abhishtagatya/zomathon/blob/master/LICENSE) file for details

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

zomathon-1.3.tar.gz (3.7 kB view hashes)

Uploaded Source

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page