1
0
Fork 0

soviel neue funktionen!!

This commit is contained in:
neingeist 2005-09-30 14:19:50 +00:00
parent dc3a040d2a
commit 70e56b824b
3 changed files with 53 additions and 0 deletions

18
neinomat-projekte Executable file
View file

@ -0,0 +1,18 @@
#!/usr/bin/env ruby
require 'mediawikibotchecker'
if ARGV.size() != 2
$stderr.print($0 + " <wiki-user> <wiki-password>\n")
exit(1)
end
#----------------------------------------------------------------------------
b = WikiChecker.new("http://www.entropia.de/wiki/")
b.login(ARGV[0], ARGV[1])
page = "Projekte"
category = "Category:Projekte"
body = b.category_checker(page, category)
b.edit("Benutzer:Neinomat/#{page}", body, "wiki ex machina")