googler

Google API Library for Python


Keywords
Google, Maps, Geocoding, reCAPTCHA, Mailhide
License
Apache-2.0
Install
pip install googler==1.0.1

Documentation

Overview

googler - A Python Library for Google APIs.

Requirements

Components

  • reCAPTCHA

    • captcha reCAPTCHA 1.0
    • captcha2 reCAPTCHA 2.0
    • mailhide Mailhide
  • maps

    • geocoding Google Maps Geocoding functionality

Status

This is under active development. If you'd like to join hacking on this, please fork and do pull requests to it.

Why another Google API Library?

The default Google Python API Client Library only works with Python 2.x. There are currently no plans to provide Python 3 support. Also, the library design is horrible IMO. Googler tries to provide a simple Library that provides basic API methods.

License

Googler is released under the terms of the Apache License 2.0.