Purple exclamation mark.svg Planning the future of Botwiki! - Help us bring Botwiki up to date, contribute to our strategy discussion, add bot scripts, and contribute manuals, guides, and tutorials! Almost anything related to bots, particularly those used to edit mediawiki, is welcome.

Red exclamation mark.svg UNABLE TO EDIT? - We've experienced attacks by spambots lately and now require you to confirm your e-mail before you can edit (go to your preferences, enter an e-mail address, and request a confirmation e-mail, then go to your e-mail and click on the confirmation link). We also require new accounts to make a few edits and wait a few minutes before before you can create a page; however, if this is a problem contact us in #botwiki and we can manually confirm your account. Sorry for the inconvenience.

Python:Vandal Bazooka/Config.py

From Botwiki
Jump to: navigation, search
#!/usr/bin/env python
# -*- coding: utf-8  -*-
"""
config.py - Configuration File
Author: Filnik, 2007
About: http://botwiki.sno.cc/wiki/Botwiki:Vandal_Bazooka
License: Distributed under the terms of the MIT license.
Version: 1.0
"""
 
# ***********************  PARAMETER TO CHANGE ************************** #
nick = ''
 
# *** PARAMETER TO CHANGE ONLY IF YOU USED THIS BOT IN OTHER LANGUAGES ** #
network = 'irc.wikimedia.org' #'irc.freenode.net'
channel = '#it.wikipedia' #'#botolatori'
talk = 'Discussione'
cat = 'Categoria'
 
 
#***************************  TODO-LIST  ***********************************#
"""
*Se il bot apre pagine con le parentesi da qualche problema, dare un occhio
*Commentare il codice, attualmente fa pena ^__^
*Sistemare in generale il parser, sperando di migliorare il codice
*Non aprire le tab in primo piano, bensì "silenziosamente"
*Riuscire a capire quante tab sono aperte attaulmente, utilissimi per non
 intasare l'utente di tab se le RC sono "bollenti"
"""
Personal tools
Share