public
Description: RWikiBot is a Ruby library for making MediaWiki bots.
Homepage: http://www.rwikibot.net
Clone URL: git://github.com/eddieroger/rwikibot.git
name age message
file CHANGELOG Loading commit data...
file README.textile Wed Jan 14 18:28:12 -0800 2009 Fixed gemspec, readme, new page method, etc. [eddieroger]
file Rakefile Mon Dec 29 19:14:52 -0800 2008 2.0 [eddieroger]
directory lib/
directory pkg/ Mon Dec 29 19:16:31 -0800 2008 2.0 - including gem in dist [eddieroger]
directory rake/ Tue Oct 30 09:37:25 -0700 2007 This is a test change to make sure I have a sma... [eddieroger]
directory rdoc/ Mon Dec 29 19:15:06 -0800 2008 2.0 [eddieroger]
file rwikibot.gemspec
README.textile

This is RWikiBot 2.0

Welcome.

Thanks for checking out RWikiBot. For me, this is heavily a labor of love, so I hope you find it as useful as I do. And, if you find new or useful patches or requests, please send them my way! For the most update-to-date information on RWikiBot check out the site.

Installation

Want it? Come get it! RWikiBot is available as a gem from RubyForge or Github.

For the RubyForge gem, just type gem install rwikibot.

For the Github gem (which is probably more recent), then do this:

  1. gem sources -a http://gems.github.com (you only have to do this once)
  2. sudo gem install eddieroger-rwikibot

What’s New? (highlights – see CHANGELOG for more)

  • It’s smart enough now to handle query-continues! As such, there’s a new dependency – deep_merge. Get it – it’s in gem.
  • Made a Page class. now, instead of bot.delete_page(title…), you do page.delete
  • Got rid of the stupid Result class. That was a terrible decision.
  • edit_page is now save. Part of the Page/class concept
  • Changed user-agent to bot/RWikiBot/2.0

The Boring Stuff.

Author: Eddie Roger (eddieroger@gmail.com) eddieroger.com
Copyright: Copyright © 2009 Eddie Roger
License: GNU/GPL 2.0