WikiBot: Difference between revisions

From base48
imported>B42
(Nickchange)
No edit summary
 
(2 intermediate revisions by 2 users not shown)
Line 1: Line 1:
The irc bot that currently has nick ''basebot'' periodically checks recent changes on this wiki and if there's anything new, it announces it on the channel. The functionality is implemented as a plugin for [http://sourceforge.net/projects/supybot/ supybot] and it uses MediaWiki's [http://wiki.base48.cz/api.php API] for obtaining the changes.
The irc bot that currently has nick ''basebot''. The functionality is implemented as a plugin for [http://sourceforge.net/projects/supybot/ supybot] and it uses MediaWiki's [http://wiki.base48.cz/api.php API] for obtaining the changes.
 
== Operation ==
* It checks every 5 minutes, this interval should probably be increased.
* Only changes in main namespace are reported (configurable).
* Changes marked as ''minor'' are not reported (configurable).
* User creation is not reported.


== Source ==
== Source ==
Line 11: Line 5:


== Problem? Bug? Suggestion? ==
== Problem? Bug? Suggestion? ==
Contact [[User:b42]]. Feel free to kickban it if it misbehaves.
Contact [[User:b42]] or complain on #base48.


== Links ==
== Links ==

Latest revision as of 19:06, 21 March 2024

The irc bot that currently has nick basebot. The functionality is implemented as a plugin for supybot and it uses MediaWiki's API for obtaining the changes.

Source

The source code can be obtained from github.

Problem? Bug? Suggestion?

Contact User:b42 or complain on #base48.

Links