Skip to content

RWikiBot is a Ruby library for making MediaWiki bots.

Notifications You must be signed in to change notification settings

jackhong/rwikibot

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

32 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

RWikiBot is a Ruby library for making MediaWiki bots.

Resources

Stars

Watchers

Forks

Packages

No packages published