Skip to content

fx-kirin/python_wordpress_oauth

Repository files navigation

wordpress_oauth

Latest PyPI version

Python REST API wrapper for WP-API/OAuth1

Usage

import wordpress_oauth
api = wordpress_oauth.Wordpress("~/.config/pywordpress_oauth/config.yml")
image_path = "images/icon.png"
result = api.upload_image(image_path)

This library asks auth setting on initial startup.

Installation

pip install wordpress_oauth

Requirements

WP REST API - OAuth 1.0a Server

Compatibility

Licence

Authors

wordpress_oauth was written by fx-kirin.

About

Python REST API wrapprer for WP-API/OAuth1

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages