Help:Bots

From FORwiki

(Difference between revisions)
Jump to: navigation, search
(See also)
Line 1: Line 1:
==Running your own bot==
==Running your own bot==
-
*[[meta:Using the python wikipediabot]]
 
:''For what use?'' E.g. add a footer to some categorized pages,<ref>[[meta:add_text.py|add_text.py]]</ref> add some wikilinks,<ref>[[meta:replace.py|replace.py]]</ref> archive in moving old talk to subpages,<ref>[[meta:archivebot.py|archivebot.py]]</ref> edit categories,<ref>[[meta:category.py|category.py]]</ref> manage templates.<ref>[[meta:template.py|template.py]]</ref>
:''For what use?'' E.g. add a footer to some categorized pages,<ref>[[meta:add_text.py|add_text.py]]</ref> add some wikilinks,<ref>[[meta:replace.py|replace.py]]</ref> archive in moving old talk to subpages,<ref>[[meta:archivebot.py|archivebot.py]]</ref> edit categories,<ref>[[meta:category.py|category.py]]</ref> manage templates.<ref>[[meta:template.py|template.py]]</ref>

Revision as of 10:54, 14 October 2009

Running your own bot

For what use? E.g. add a footer to some categorized pages,[1] add some wikilinks,[2] archive in moving old talk to subpages,[3] edit categories,[4] manage templates.[5]
  1. add_text.py
  2. replace.py
  3. archivebot.py
  4. category.py
  5. template.py

Frameworks and interfaces for bot development

See API:Client Code

MediaWiki API is for convenient access to machine-readable data.

See also

Tip for wiki admins:
Personal tools