Jump to content

Bot: Difference between revisions

From Meta, a Wikimedia project coordination wiki
Content deleted Content added
Remove section "Current and proposed bots" mostly listing ideas not updated since 2005. Nobody updates or maintains this section so it is better NOT to have it.
m Reverted change by 14.0.164.8 (talk) to last version by Ameisenigel
Tag: Rollback
 
(36 intermediate revisions by 25 users not shown)
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|iw=mw</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.


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

<!--T:15-->
See [[<tvar name="1">mw:Special:MyLanguage/Manual:Creating a bot</tvar>|Manual:Creating a bot on MediaWiki.org]] for full instructions.


<!--T:6-->
<!--T:6-->
Line 21: Line 24:


<!--T:10-->
<!--T:10-->
* [[Bot policy]]
* [[<tvar name="1">Special:MyLanguage/Bot policy</tvar>|Bot policy]]
* <tvar name="2">[[Small wiki toolkits/Starter kit/Bots and Tools]]</tvar> — list of popular and useful bots on Wikimedia wikis
* [[Lists of bots]] — where to find bots used by Wikipedia and other Wikimedia Foundation bot families.
* [[Vandalbot]] — advice on dealing with malicious bots
* [[<tvar name="3">Special:MyLanguage/Vandalbot</tvar>|Vandalbot]] — advice on dealing with malicious bots
* [[<tvar name="mw">mw:Special:MyLanguage/Manual:robots.txt</tvar>|robots.txt]] — file which tells web robots how to index your site.
* [[<tvar name="4">:mw:Special:MyLanguage/Manual:Administrators#Rollback</tvar>|Rollback]] — includes instructions for using "bot rollback" to hide vandalism from recent changes
* [[:mw:Manual:Administrators#Rollback|Rollback]] — includes instructions for using "bot rollback" to hide vandalism from recent changes
* [[Botopedia]] — international project for generating Wikipedia articles from statistical data.


== Frameworks and interfaces for bot development == <!--T:11-->
== Frameworks and interfaces for bot development == <!--T:11-->

<!--T:16-->
See [[<tvar name="1">mw:Special:MyLanguage/Manual:Creating a bot#Programming languages and libraries</tvar>|mw:Manual:Creating a bot#Programming languages and libraries]] for lists.
</translate>
</translate>
* [[mw:Manual:Pywikibot|Pywikibot]] (Python)
* [https://github.com/mer-c/wiki-java wiki-java] (Java)
* [https://github.com/fastily/jwiki jwiki] (Java)
* [https://github.com/eldur/jwbf Java Wiki Bot Framework] (Java; last update in 2019)
* [https://github.com/greencardamom/BotWikiAwk BotWikiAwk] (Awk)
* [http://search.cpan.org/perldoc?MediaWiki::Bot MediaWiki::Bot] (Perl; last updated in 2017)
* [https://github.com/hamstar/Wikimate Wikimate] (PHP)


{{user groups}}
{{user groups}}

Latest revision as of 05:30, 14 July 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

[edit]

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

Miscellaneous bot pages

[edit]

Frameworks and interfaces for bot development

[edit]

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