Python:Vandal Bazooka

From Botwiki

(Redirected from Botwiki:Vandal Bazooka)
Jump to: navigation, search

Vandal Bazooka is a tool written in python by Filnik. It's composed by three scripts:

  • irc.py simply connects to an IRC channel to get the latest edit in real-time and provide to write them in a log.
  • parser.py get this log, parse the input and thinks if you need to check that page or not. If not, it will skip that page, vice versa it will open a tab in your browser with the link of the diff. In this way you have nothing to do, only patrolling ^_-
  • config.py is the config file, you need only to change/add your bot's nickname :-)

To test it, first of all, you have to install python that you can find there.

Unfortunately, because of encoding's problem, you have to download the package from here if you want that the Bot will work (the scripts below are only to let the users see the source).

[edit] Source code

[edit] Download

Personal tools