Skip to content

A Python library for interacting with WordPress REST API.

License

Notifications You must be signed in to change notification settings

myles/python-wp

Repository files navigation

Python WordPress

CI Status Dependencies Status Documentation Status FOSSA Status

A Python library for interacting with WordPress REST API.

  • Free software: MIT License

Features

  • TODO

Quick Start

>>> from wordpress import WordPress
>>> wp = WordPress('http://example.org/')
>>> posts = wp.list_posts()
>>> for p in posts:
...     print('{title[rendered]}: {link}'.format(**p._json))
Hello, World: http://example.org/2017/01/30/hello-world

About

A Python library for interacting with WordPress REST API.

Topics

Resources

License

Code of conduct

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 4

  •  
  •  
  •  
  •