This page is a translated version of the page Help:Bots and the translation is 39% complete.
PD Huomautus: Muokkaamalla tätä sivua hyväksyt, että tuottamasi sisältö julkaistaan CC0 -lisenssillä. Katso lisätietoja Public Domain -ohjesivulta. PD

Botti on tietokoneohjelma, joka hakee tai päivittää wikisivuja automaattisesti, kun niitä suoritetaan. Yleensä botteja käytetään toistuvissa huoltotehtävissä, joiden määrä ja ominaisuudet ovat liian suuria käyttäjille tehtäväksi.

Developing and executing bots is normally outside the role of normal users, requires programming experience and must be done in coordination with the wiki's admins.

Oletuksena bottimuokkaukset ovat piilotettuja toimintosivulla Special:RecentChanges.

Framework and interface for bot development

Bots do not access the wiki through the normal graphical user interface. MediaWiki has an API (Application Programming Interface) available for this purpose. An API is a protocol for standardized communication between two computer programs. Katso sivu API:Client code lisätietoja varten.

Follow Manual:Creating a bot for guidelines how to create a bot.

To access a wiki through the API a bot must have a user account which has been granted 'bot' permissions.

Extension alternatives

Katso myös