python-wordpress-xmlrpc icon indicating copy to clipboard operation
python-wordpress-xmlrpc copied to clipboard

Python library for WordPress XML-RPC integration

Results 85 python-wordpress-xmlrpc issues
Sort by recently updated
recently updated
newest added

So I have a wordpress site installed on a vps with Virtualmin installed and the site itself is membership based but the plugin uses the default wordpress user(s) to save...

it wordks, post.custom_fields.append({ 'key': 'viel', 'value': 'aaa' }) but this can't work ( post.custom_fields.append({ 'key': '_viel', 'value': 'aaa' })

Hello Max, Hope you are fine and everything is ok. Big Thanks for great code. I am using your code in my WP but struggling to find a way to...

from wordpress_xmlrpc import Client ,WordPressPost from wordpress_xmlrpc.methods.posts import EditPost, GetPost, GetPosts, NewPost from wordpress_xmlrpc.methods.users import GetUserInfo wp = Client("https://tik*****************/xmlrpc.php","t**********","**********") wp.call(GetPosts()) wp.call(GetUserInfo()) post = WordPressPost() t = "eklenti deneme" a =...

There is a small typo in docs/overview.rst. Should read `fictitious` rather than `ficticious`. Semi-automated pull request generated by https://github.com/timgates42/meticulous/blob/master/docs/NOTE.md

Just got this issue when i tried to connecting with the wp site. It shows this error. Username and password is correct but dont know why this is showing. raise...

When i try to make a post e get the following error: Fault: I'm simply trying to do a simple `wp.call(posts.NewPost(post))` full log of my output ![Captura de tela de...

File "", line 1, in File "/usr/lib/python2.6/site-packages/wordpress_xmlrpc/wordpress.py", line 51, in **repr** return '' % (self.**class**.**name**, str(self).encode('utf-8')) UnicodeEncodeError: 'ascii' codec can't encode characters in position 3-11: ordinal not in range(128)

when I try wo add one article to the custom posttype, The code did not report an error. The execution was successful, but the article was added to the post....

1, upload the media files 2, post a post 3, how to attach the media to that post? if dont, it maybe deleted sometime when i clean the site.