Example for Google Blogger API v3 written by Python.
- Google Account
- Blogger Sing-In
- Read about getting started with Blogger API v3
- Create Credential Json File
- Python 3.8.6 (on Fedora 32)
- google-api-python-client 1.12.8
- google-auth-oauthlib 0.4.2
$ pip install -r requirements.txt
- insert.py: Uploading post on Blogger
- update.py: Updating previous post on Blogger
- delete.py: Deleting previous post on Blogger
This source is released under the MIT License, see LICENSE.txt