Jump to content

Bot: Difference between revisions

From Meta, a Wikimedia project coordination wiki
Content deleted Content added
Undo revision 26718126 by 2001:44C8:451D:BC7E:1:0:E01C:8D4E (talk)not unconstructive
Tag: Undo
No edit summary
Line 7: Line 7:


<!--T:4-->
<!--T:4-->
<tvar name="link">[[Special:ListUsers/bot]]</tvar> produces a list of all accounts which are member of the “<tvar name="bot-group">{{int|Group-bot}}</tvar>” {{<tvar name="group">ll|User groups</tvar>|user group}}. Additionally, <tvar name="bot-right">{{int|Group-bot-member}}</tvar> is a [[<tvar name="right">mw:Special:MyLanguage/Manual:User rights</tvar>|user right]]. Edits by a user with this “right” (read: property) do not show up in {{<tvar name="rc">ll|Help:Recent changes</tvar>|recent changes}} by default. Typically, a user from the group <tvar name="bot-group2">{{int|Group-bot}}</tvar> will have the <tvar name="bot-right2">{{int|Group-bot-member}}</tvar> user right. User rights are often called “flags” and bots with user right <tvar name="bot-right3">{{int|Group-bot-member}}</tvar> are often called “flagged” bots.
<tvar name="link">[[Special:ListUsers/bot]]</tvar> produces a list of all accounts which are member of the “<tvar name="bot-group">{{int|Group-bot}}</tvar>” {{<tvar name="group">ll|User groups</tvar>|user group}}. Additionally, "<tvar name="bot-right">{{int|Group-bot-member}}</tvar>" is a [[<tvar name="right">mw:Special:MyLanguage/Manual:User rights</tvar>|user right]]. Edits by a user with this “right” (read: property) do not show up in {{<tvar name="rc">ll|Help:Recent changes</tvar>|recent changes|iw=mw}} by default. Typically, a user from the group "<tvar name="bot-group2">{{int|Group-bot}}</tvar>" will have the "<tvar name="bot-right2">{{int|Group-bot-member}}</tvar>" user right. User rights are often called "flags" and bots with user right "<tvar name="bot-right3">{{int|Group-bot-member}}</tvar>" are often called "flagged" bots.


== Running your own bot == <!--T:5-->
== Running your own bot == <!--T:5-->

Revision as of 21:44, 4 May 2024

MediaWiki.org wiki has a page about this at:

A bot (short for software robot) is an automated software program used to perform certain repetitive tasks on a wiki. Bots typically require approval to operate, and are occasionally used by vandals to cause extensive damage to a wiki's content in a short period of time.

Special:ListUsers/bot produces a list of all accounts which are member of the “Bots” user group . Additionally, "bot" is a user right. Edits by a user with this “right” (read: property) do not show up in recent changes by default. Typically, a user from the group "Bots" will have the "bot" user right. User rights are often called "flags" and bots with user right "bot" are often called "flagged" bots.

Running your own bot

See Manual:Creating a bot on MediaWiki.org for full instructions.

Miscellaneous bot pages

Frameworks and interfaces for bot development

See mw:Manual:Creating a bot#Programming languages and libraries for lists.