This page contains information about getting started with the Blogger API v3 by using the Google API Client Library for Python. For more information, see the following documentation:
- Browse the PyDoc reference for the Blogger API v3.
- Read the Developer's guide for the Google API Client Library for Python.
- Interact with this API in your browser using the APIs Explorer for the Blogger API v3.
Sample
The blogger sample can help you get started by using the client library.
System requirements
- Operating systems:
- Linux
- macOS X
- Windows
- Python 2.7, or 3.4 or higher
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.