Bureaucrats, coding, Administrators
2,634
edits
m (→Dependencies) |
m (→Dependencies: +) |
||
Line 6: | Line 6: | ||
* I am a [http://python.org/ Python] bot. That means you need [http://www.python.org/download/releases/2.6.6/ Python 2.6]. On Ubuntu: | * I am a [http://python.org/ Python] bot. That means you need [http://www.python.org/download/releases/2.6.6/ Python 2.6]. On Ubuntu: | ||
<pre>$ sudo apt-get install python2.6</pre> | <pre>$ sudo apt-get install python2.6</pre> | ||
* I also need [http://upload.gaiatools.com/files/ | * I also need [http://upload.gaiatools.com/files/wikitools_mod_5.7z a modified version of wikitools] to use the MediaWiki API. Comes with a separate hand-crafted module called wikiUpload to allow file uploading without MediaWiki 1.16. On Ubuntu: | ||
<pre>$ wget 'http://upload.gaiatools.com/files/ | <pre>$ wget 'http://upload.gaiatools.com/files/wikitools_mod_5.7z' | ||
$ p7zip -d wikitools*.7z && wikitools*.7z | $ p7zip -d wikitools*.7z && wikitools*.7z | ||
$ mv wikiUpload.py MultipartPostHandler.py `dirname "/path/to/bot.py"` | $ mv wikiUpload.py MultipartPostHandler.py `dirname "/path/to/bot.py"` |