open source
Python client for WordPress API
Scope of Project
Full integration with WordPress REST API
Basic authentication and JWT authentication
Support for asynchronous operation
Open Source


Project Summary
It is an Open Source project. The goal was to integrate the WordPress API to a client made in Python.
The WordPress API allows us to perform CRUD operations on most of its standard types. This way the Python client can create, list, update and delete content on a WordPress website.
Using this client is ideal for large workloads, for example when you need to publish a large number of posts or pages.
Technologies used
Python, WordPress
URL