rm / wordpresslib

migrated from BitBucket

Home Page:https://bitbucket.org/rm/wordpresslib/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Wordpress Library, that I (rmathews@gmail.com) got from
http://www.blackbirdblog.it/programmazione/progetti/28

    Copyright (C) 2005 Michele Ferretti
    black.bird@tiscali.it
    http://www.blackbirdblog.it

    Copyright (c) 2010 - Roshan Mathews
    rmathews@gmail.com
    http://roshan.mathews.in

------------------------------------------------------------------
WordPress Python Library

============================================================================

A simple python library for WordPress XML-RPC interface.
At the time are supported this methods:

* getUsersBlogs
* getUserInfo
* getPost
* getRecentPosts
* newPost
* editPost
* deletePost
* newMediaObject
* getCategoryList
* getPostCategories
* setPostCategories
* getTrackbackPings
* publishPost
* getPingbacks

See example.py for simple example script

About

migrated from BitBucket

https://bitbucket.org/rm/wordpresslib/

License:GNU Lesser General Public License v2.1


Languages

Language:Python 100.0%