How pull wordpress blog data using Blogger API using python

WordPress mentioned that it supports Blogger API (link). So, can anyone tell me how to use Blogger API (using python) v3 to pull wordpress public blogs data.

Or, is there any wordpress API to pull public data from its blogs? (Lang: Python).

Any useful documentation that clearly explains the procedure would also be appreciated.

1 Answer
1

Try python-wordpress-xmlrpc. See documentation and GitHub repository.

I haven’t tested it for myself, but it looks promising.

Leave a Comment