pybot

This page describes a script. In general, it refers to the script in its current form, but pywikpedia coders tend only to add functions, not take them away. Chances are that you'll be able to use most of the information on the page, regardless of the age of your installation.

Redirect.py
Creator: Daniel Herding, Purodha Blissenbach
Code location: wikimedia repository
What it does: Easy manipulation of redirection pages
Complexity: Basic

Redirect.py is a script that allows you to easily manage the redirect pages on a wiki. With this script, you can fix double redirects or delete broken redirects. Obviously, admin powers are required for the deletion function.

Command line examples

When using this script to delete broken redirects, use the following command:

python redirect.py broken

When using this script to fix double redirects, instead use this command:

python redirect.py double

Full list of available parameters

to be added