适用于 Python 的 Blogger API 客户端库
使用集合让一切井井有条
根据您的偏好保存内容并对其进行分类。
此页面包含有关如何通过
适用于 Python 的 Google API 客户端库。如需了解详情,请参阅以下文档:
如未另行说明,那么本页面中的内容已根据知识共享署名 4.0 许可获得了许可,并且代码示例已根据 Apache 2.0 许可获得了许可。有关详情,请参阅 Google 开发者网站政策。Java 是 Oracle 和/或其关联公司的注册商标。
最后更新时间 (UTC):2024-08-22。
[null,null,["最后更新时间 (UTC):2024-08-22。"],[[["\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."]]