Blogger APIs Client Library for Python
Stay organized with collections
Save and categorize content based on your preferences.
This page contains information about getting started with the Blogger API v3 by using
the Google API Client Library for Python (v1/v2). For more information, see the following documentation:
Sample
The blogger sample can help you get started by using the client library.
Install the client library
You can either use a package manager or manually download and install the Python client library:
Managed install
Use pip or setuptools to manage your installation. You might
need to run sudo
first.
- pip (preferred):
pip install --upgrade google-api-python-client
- Setuptools:
easy_install --upgrade google-api-python-client
Manual install
- Download the latest client
library for Python.
- Unpack the code.
- Install:
python setup.py install
App Engine
Because the Python client libraries aren't installed in the
App Engine Python runtime environment,
you must
copy them into your application just like third-party libraries.
Except as otherwise noted, the content of this page is licensed under the Creative Commons Attribution 4.0 License, and code samples are licensed under the Apache 2.0 License. For details, see the Google Developers Site Policies. Java is a registered trademark of Oracle and/or its affiliates.
Last updated 2025-08-28 UTC.
[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Missing the information I need","missingTheInformationINeed","thumb-down"],["Too complicated / too many steps","tooComplicatedTooManySteps","thumb-down"],["Out of date","outOfDate","thumb-down"],["Samples / code issue","samplesCodeIssue","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-08-28 UTC."],[[["\u003cp\u003eThis page guides you on using the Google API Client Library for Python to interact with the Blogger API v3.\u003c/p\u003e\n"],["\u003cp\u003eSystem requirements include Linux, macOS X, or Windows, and Python 2.7 or 3.4 or higher.\u003c/p\u003e\n"],["\u003cp\u003eInstallation options include using a package manager (pip or setuptools) or manual download and installation.\u003c/p\u003e\n"],["\u003cp\u003eFor App Engine, you need to manually copy the Python client libraries into your application.\u003c/p\u003e\n"]]],[],null,["# Blogger APIs Client Library for Python\n\nThis page contains information about getting started with the Blogger API v3 by using\nthe Google API Client Library for Python (v1/v2). For more information, see the following documentation:\n\n- Browse the [PyDoc reference for the Blogger API v3](https://googleapis.github.io/google-api-python-client/docs/dyn/blogger_v3.html).\n- Read the [Developer's guide for the Google API Client Library for Python (v1/v2)](/api-client-library/python).\n- Interact with this API in your browser using the [APIs Explorer for the Blogger API v3](https://developers.google.com/apis-explorer/#p/blogger/v3/).\n\nSample\n------\n\nThe [blogger](https://github.com/google/google-api-python-client/tree/master/samples/blogger) sample can help you get started by using the client library.\n\nSystem requirements\n-------------------\n\n- Operating systems:\n - Linux\n - macOS X\n - Windows\n- [The v1 client library requires Python 2.7 or higher. The v2 client library requires 3.7 or higher.](http://python.org/download/)\n\nInstall the client library\n--------------------------\n\nYou can either use a package manager or manually download and install the Python client library:\n\n### Managed install\n\nUse pip or setuptools to manage your installation. You might\nneed to run `sudo` first.\n\n- [pip](http://pypi.python.org/pypi/pip) (preferred): \n\n ```\n pip install --upgrade google-api-python-client\n ```\n- [Setuptools](http://pypi.python.org/pypi/setuptools): \n\n ```\n easy_install --upgrade google-api-python-client\n ```\n\n### Manual install\n\n1. [Download the latest client\n library for Python](https://pypi.python.org/pypi/google-api-python-client/).\n2. Unpack the code.\n3. Install: \n\n ```\n python setup.py install\n ```\n\n### App Engine\n\nBecause the Python client libraries aren't installed in the\n[App Engine Python runtime environment](https://cloud.google.com/appengine/docs/python/),\nyou must [copy them into your application](https://cloud.google.com/appengine/docs/python/tools/libraries27#vendoring) just like third-party libraries."]]