https://github.com/robweber/script.module.googleapi
An XBMC addon that wraps up the official Google API python classes (https://github.com/google/google-api-python-client)
https://github.com/robweber/script.module.googleapi
Last synced: 10 months ago
JSON representation
An XBMC addon that wraps up the official Google API python classes (https://github.com/google/google-api-python-client)
- Host: GitHub
- URL: https://github.com/robweber/script.module.googleapi
- Owner: robweber
- License: other
- Created: 2014-10-10T13:35:58.000Z (over 11 years ago)
- Default Branch: master
- Last Pushed: 2017-11-22T21:36:52.000Z (over 8 years ago)
- Last Synced: 2025-02-23T07:44:25.532Z (over 1 year ago)
- Language: Python
- Size: 183 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: changelog.txt
- License: LICENSE.txt
Awesome Lists containing this project
README
script.module.googleapi
=======================
An XBMC addon that wraps up the official Google API python classes (https://github.com/google/google-api-python-client)
See the Google documentation for usage. Import into your XBMC addons by using "from apiclient import ...." as indicated in the Google documenation.