Coder Social home page Coder Social logo

abhishtagatya / zomathon Goto Github PK

View Code? Open in Web Editor NEW
1.0 1.0 0.0 7 KB

πŸ… Zomato API Python Module

Home Page: https://pypi.org/project/zomathon/

License: MIT License

Python 100.00%
zomato-api zomato-api-wrapper api api-wrapper module package pypi

zomathon's Introduction

zomathon

Python Module for the Zomato API.

About the Zomato API

zomato

See the official API documentation for more information.

https://developers.zomato.com/api

Install

$ pip3 install zomathon

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

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

Getting Started

Usage :

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 :

$ python3 example/basic_usage.py

Or check out the interactive documentation over at Zomato Documentation.

Authors

  • Abhishta Gatya - Initial Work

License

This project is licensed under the MIT License - see the LICENSE. file for details

zomathon's People

Contributors

abhishtagatya avatar

Stargazers

 avatar

Watchers

 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    πŸ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. πŸ“ŠπŸ“ˆπŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❀️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.