Utente:Wisbot/coordbot.py: differenze tra le versioni

Contenuto cancellato Contenuto aggiunto
Wiso (discussione | contributi)
Nuova pagina: <code language=phyton> # -*- coding: utf-8 -*- """ This bot will make direct text replacements. It will retrieve information on which pages might need changes either from an XML dump o...
 
m </code> → </source>
 
(3 versioni intermedie di un altro utente non mostrate)
Riga 1:
<source lang="python">
<code language=phyton>
# -*- coding: utf-8 -*-
"""
This bot will make direct text replacements. It will retrieve information on
which pages might need changes either from an XML dump or a text file, or only
change a single page.
Riga 255:
finally:
wikipedia.stopme()
</codesource>