Skip to main content

No project description provided

Project description

pyuntappd - A python module to get information from Untappd

Notes

This has been tested with python 3.6
This module require Client ID and Client Secret from Untappd.
This module uses these external libararies:

  • requests

Install

pip install pyuntappd

Example usage

from pyuntappd import Untappd

id = 'VHLZFXXXP5SBL4OWSAPM0G8KCCXX0A9MA9E3XWNG'
secret = '0G8KCCXX0A9MA9E3XWNGVHLZFXXXP5SBL4OWSAPM'
username = 'username'

ut = Untappd()
result = ut.get_last_activity(api_id, secret, username)

#Print results:
print('Username: ' + result['user']['user_name'])
print('Beer: ' + result['beer']['beer_name'])
print('Time: ' + result['created_at'])
print('Score: ' + str(result['rating_score']))

Functions

  • get_last_activity
  • get_info
  • get_wishlist
  • get_badges

Project details


Download files

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

Source Distributions

No source distribution files available for this release.See tutorial on generating distribution archives.

Built Distribution

pyuntappd-0.0.5-py3-none-any.whl (2.3 kB view hashes)

Uploaded Python 3

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