pythonUntappd

A python library to wrap the Untappd.com API


License
BSD-3-Clause
Install
pip install pythonUntappd==0.5

Documentation

pythonUntappd

Python Library for Untappd API

Usage

Initialize api wrapper

api = pythonUntappd.api("CLIENT_ID","CLIENT_SECRET")

Add access token from user

api.set_auth("ACCESS_TOKEN")

Search for a beer

api.beer_search("Blue Buck")

Full API documentation for Untappd can be found at: [http://untappd.com/api/docs]