Has anyone come across a decent python API wrapper for TWiki? I'm trying to automate some reports and logs to automatically post, create topics, and re-arrange a few things on our TWiki, but my googleFu has failed me :(<br>

<br>I did find an interesting module in Perl, <a href="http://cpanratings.perl.org/dist/WWW-Mechanize-TWiki">http://cpanratings.perl.org/dist/WWW-Mechanize-TWiki</a> . Looking at the TWiki documentations, I found a perl API reference: <a href="http://twiki.org/cgi-bin/view/TWiki/TWikiFuncDotPm">http://twiki.org/cgi-bin/view/TWiki/TWikiFuncDotPm</a> . A proof of concept, using these two perl modules, was generated by a blog post here: <a href="http://roberthanson.blogspot.com/2006/01/copying-from-blogger-to-twiki-with.html">http://roberthanson.blogspot.com/2006/01/copying-from-blogger-to-twiki-with.html</a><br>

<br>Before I make my own pythonic port, using mechanize, and wrapping around the aforementioned TWiki api, I wanted to see if anyone had any other ideas, approaches, or modules to help expedite the task?<br><br>Thanks!<br clear="all">

Mahmoud Abdelkader<br><br>