Re: Editing a wiki

2009-08-18 Thread yaka
On Aug 18, 6:07 pm, Paul Rubin wrote: > KillSwitch writes: > > Is it possible to edit a wiki page with python, including logging in > > to edit the page, and inserting text into the edit box, etc. > > If you are talking about MediaWiki (the software behind Wikipedia)

Re: Editing a wiki

2009-08-18 Thread Paul Rubin
KillSwitch writes: > Is it possible to edit a wiki page with python, including logging in > to edit the page, and inserting text into the edit box, etc. If you are talking about MediaWiki (the software behind Wikipedia), it already has an API for which there are several Python clients. See: h

Re: Editing a wiki

2009-08-18 Thread Paul Boddie
On 18 Aug, 23:02, KillSwitch wrote: > Hey guys, > Is it possible to edit a wiki page with python, including logging in > to edit the page, and inserting text into the edit box, etc. I was > thinking maybe python would be the language to do this in, because I > have to iterate through every line in

Re: Editing a wiki

2009-08-18 Thread Chris Rebert
On Tue, Aug 18, 2009 at 2:02 PM, KillSwitch wrote: > Hey guys, > Is it possible to edit a wiki page with python, including logging in > to edit the page, and inserting text into the edit box, etc. Depends on the wiki. For Mediawiki, yes: http://pywikipediabot.sourceforge.net/ Cheers, Chris -- htt

Re: Editing a wiki

2009-08-18 Thread Diez B. Roggisch
KillSwitch schrieb: Hey guys, Is it possible to edit a wiki page with python, including logging in to edit the page, and inserting text into the edit box, etc. I was thinking maybe python would be the language to do this in, because I have to iterate through every line in a text file and gather i

Editing a wiki

2009-08-18 Thread KillSwitch
Hey guys, Is it possible to edit a wiki page with python, including logging in to edit the page, and inserting text into the edit box, etc. I was thinking maybe python would be the language to do this in, because I have to iterate through every line in a text file and gather info about what to ente