zenirc / zenircbot

An IRC bot that knows nothing of its past, nor its future.
http://zenircbot.rtfd.org/
MIT License
56 stars 19 forks source link

Wiki Integration #19

Closed cdrelich closed 11 years ago

cdrelich commented 13 years ago

Add integration between Wikis and the bot. MediaWiki is the desired target, but this should be done in a that other Wikis can be added in later. A few options should be available, such as notify at the creation of page, notify on the modification of page (when not marked as a minor edit), notify on any page modifications (probably super spammy, also be careful of also tracking modification of user contribution pages with this or it might double up on notifications). This should be simple via handling an RSS feed.

wraithan commented 13 years ago

I'd prefer to do this via callbacks I'll look to see if MediaWiki can call a webhook url when these actions happen. Barring that I'll implement it using an RSS feed reader.