James Bryant
James Bryant

Reputation: 47

Blogger Api v1.0 deprecated

Blogger deprecated the API(v1.0) I was using to post on blogger. The new API does not have a developer's Guide for Python(or doesn't support it). So I was wondering if there is a way to keep posting to blogger using Python.

API info: https://developers.google.com/blogger/docs/1.0/developers_guide

Upvotes: 0

Views: 169

Answers (1)

Mahavir Munot
Mahavir Munot

Reputation: 1464

Try using the new API Blogger API v3.0

You can simply use the http request modules for creating, retrieving your blogger posts, The new Blogger API v3.0 supports REST web service which can help you to perform all the operations that you would do with the Blogger API(v1.0)

Here are some useful links for your reference:

Hope the above information helps you!

Upvotes: 2

Related Questions