Title: XMLRPC via python
Last modified: August 21, 2016

---

# XMLRPC via python

 *  [steve67](https://wordpress.org/support/users/steve67/)
 * (@steve67)
 * [12 years, 11 months ago](https://wordpress.org/support/topic/xmlrpc-via-python/)
 * I have a wordpress site that i run on a private computer (virtual)
    in my work
   so i have no limitations from above, i was trying to play around with the xmlrpc
   to autopost posts for news and i have a problrm,
 * when i access xmlrpc.php from broeser i get the Bla Bla Bla use POST method… 
   thats all OK.
    but when i try to access it with python (wordpress_xmlrpc library)
   i get a 403 forbidden…
 * i tryd to do the following in htaccess:
 *     ```
       <FilesMatch "(xmlrpc\.php)$">
       order allow,deny
       allow from all
       </FilesMatch>
       ```
   
 * with no luck…
    anyone know solution?
 * sorry for bad english.

Viewing 3 replies - 1 through 3 (of 3 total)

 *  Thread Starter [steve67](https://wordpress.org/support/users/steve67/)
 * (@steve67)
 * [12 years, 11 months ago](https://wordpress.org/support/topic/xmlrpc-via-python/#post-3883356)
 * Not working still, i tryd to run script as admin and still nithing 🙁
 *  [oedipamaas](https://wordpress.org/support/users/oedipamaas/)
 * (@oedipamaas)
 * [12 years, 11 months ago](https://wordpress.org/support/topic/xmlrpc-via-python/#post-3883478)
 * I’d LOVE to hear any answers on this one… Trying to do the same thing.
 *  [waqasjamal](https://wordpress.org/support/users/waqasjamal/)
 * (@waqasjamal)
 * [12 years, 7 months ago](https://wordpress.org/support/topic/xmlrpc-via-python/#post-3883570)
 * I am not sure what exactly are you trying to do. In case you want to submit post
   to wordpress using XMLRPC from within python then this might be helpful to you.
 * I write this script few months back to create post remotely using python & XMLRPC
   library. Using this you would just need to provide data to the function.
 * [http://blog.waqasjamal.com/2013/11/using-python-to-add-new-posts-remotely.html](http://blog.waqasjamal.com/2013/11/using-python-to-add-new-posts-remotely.html)

Viewing 3 replies - 1 through 3 (of 3 total)

The topic ‘XMLRPC via python’ is closed to new replies.

## Tags

 * [python](https://wordpress.org/support/topic-tag/python/)
 * [xmlrpc](https://wordpress.org/support/topic-tag/xmlrpc/)

 * In: [Fixing WordPress](https://wordpress.org/support/forum/how-to-and-troubleshooting/)
 * 3 replies
 * 3 participants
 * Last reply from: [waqasjamal](https://wordpress.org/support/users/waqasjamal/)
 * Last activity: [12 years, 7 months ago](https://wordpress.org/support/topic/xmlrpc-via-python/#post-3883570)
 * Status: not resolved

## Topics

### Topics with no replies

### Non-support topics

### Resolved topics

### Unresolved topics

### All topics
