git-svn-id: http://wordpress-library.googlecode.com/svn/trunk@3 c225be49-b319-0410...
[pyWpLib.git] / README
blob306753b7f39c6f3ac2f3f56639317ac5486eed2d
1 \r
2 WordPress Python Library\r
3 \r
4 ============================================================================\r
5 \r
6 A simple python library for WordPress XML-RPC interface.\r
7 At the time are supported this methods:\r
8 \r
9 * getUsersBlogs\r
10 * getUserInfo\r
11 * getPost\r
12 * getRecentPosts\r
13 * newPost\r
14 * editPost\r
15 * deletePost\r
16 * newMediaObject\r
17 * getCategoryList\r
18 * getPostCategories\r
19 * setPostCategories\r
20 * getTrackbackPings\r
21 * publishPost\r
22 * getPingbacks\r
24 See example.py for simple example script\r