/WP_Poster

Post articles to WordPress

Primary LanguagePython

WP-Poster

Post articles to WordPress

Requirement

  • Python3
  • python-wordpress-xmlrpc
  • PyYAML

Usage

Simple Example

from wp_poster import WP_Poster

wp = WP_Poster('url', 'username', 'password')
wp.post_article('title', 'content', 'image path')