{"id":19294002,"url":"https://github.com/igrishaev/googl-python","last_synced_at":"2026-07-02T17:30:14.604Z","repository":{"id":3994679,"uuid":"5091587","full_name":"igrishaev/googl-python","owner":"igrishaev","description":"Goo.gl library for Python","archived":false,"fork":false,"pushed_at":"2016-01-08T11:05:41.000Z","size":90,"stargazers_count":10,"open_issues_count":0,"forks_count":4,"subscribers_count":5,"default_branch":"master","last_synced_at":"2025-01-05T20:42:32.166Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":null,"has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/igrishaev.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2012-07-18T04:20:24.000Z","updated_at":"2021-11-18T13:06:43.000Z","dependencies_parsed_at":"2022-09-02T17:14:30.327Z","dependency_job_id":null,"html_url":"https://github.com/igrishaev/googl-python","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/igrishaev%2Fgoogl-python","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/igrishaev%2Fgoogl-python/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/igrishaev%2Fgoogl-python/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/igrishaev%2Fgoogl-python/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/igrishaev","download_url":"https://codeload.github.com/igrishaev/googl-python/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":240397016,"owners_count":19794777,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":[],"created_at":"2024-11-09T22:36:48.599Z","updated_at":"2026-07-02T17:30:14.497Z","avatar_url":"https://github.com/igrishaev.png","language":null,"funding_links":[],"categories":[],"sub_categories":[],"readme":"# Sample usage\n\n    import googl\n\n    client = googl.Googl(\"API_key\")\n\n    result = client.shorten(\"http://code.google.com/p/python-googl-client/\")\n    print result\n    \u003e\u003e\u003e {\n        u'kind': u'urlshortener#url',\n        u'id': u'http://goo.gl/bUnil',\n        u'longUrl': u'http://code.google.com/p/python-googl-client/'\n    }\n\n    print client.expand(result[\"id\"])\n    \u003e\u003e\u003e {\n        u'status': u'OK',\n        u'kind': u'urlshortener#url',\n        u'id': u'http://goo.gl/WubiJ',\n        u'longUrl': u'http://code.google.com/p/python-googl-client/'\n    }\n    \n# ClientLogin Auth\n\n    client_login = googl.get_client_login(\"login\", \"pass\")\n    client = googl.Googl(\"API_key\", client_login=client_login)\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Figrishaev%2Fgoogl-python","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Figrishaev%2Fgoogl-python","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Figrishaev%2Fgoogl-python/lists"}