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

When trying to retrieve a list of WordPress posts, I got the error `module 'collections' has no attribute 'Iterable'`. This is because in Python 3.10, the version I was using,...

By using: `media.UploadFile` it can work well on upload image file and return the attachment id, but when i use this function to upload video file, even the video file...

I am trying to use your library (v2.1) to write a script to replace broken links after a blog migration to Wordpress.com. After retrieving posts and making corrections to the...

I want to delete all thing in media. So, How can I delete media by wordpress-xmlrpc? hope for reply, thanks!

Hello, I am unable to find a way to create, delete, activate and deactivate Wordpress users; is this library capable of performing these operations? Thanks, AT

php Server: (request: "POST /xmlrpc.php") executing too slow Python Code: ``` python def post_data_wordpress(self): web = self.site_parms["web_config"][0] try: client = Client(f'{web["web_domain"]}/xmlrpc.php', web["web_username"], web["web_password"]) all_posts = [] # 检查是否存在给定标题的文章 if len(all_posts)...

I received an error that the module collections did not have 'iterable'. in the last version of the code, indeed this was the case. Hopeful this may prevent import issues...

How to update or get web-story ?

This PR provides a proper fix for the bug: ``` AttributeError: module 'collections' has no attribute 'Iterable' ``` It retains compatibility with older python version.