Tool:Linkwatcher
COIBot, Xlinkbot, LiWa3 bots / Linkwatcher | |
---|---|
Website | w:en:User:COIBot, m:User:LiWa3 and w:en:User:XLinkBot |
Description | a bot that tries to track edits that are made by users who may have a conflict of interest, including spambots |
Keywords | irc, perl, mysql |
Author(s) | Beetstra and Versageek |
Maintainer(s) | Beetstra, and also operated by Billinghurst (View all) |
License | No license specified |
- COIBot is a meta and irc bot that tries to track edits that are made by users who may have a conflict of interest ('COI', see w:Wikipedia:Conflict of interest, m:Terms of use, w:Wikipedia:Spam and w:Wikipedia:Best practices for editors with close associations).
- LiWa3 is an offline bot that watches link additions across WMF's public wikis.
- XLinkBot is an enwiki bot that reverts certain link additions
Online commands: m:Small Wiki Monitoring Team/IRC
Data collected is stored in mysql database; domain and user reports are published by COIBot on Meta m:special:prefixindex/User:COIBot
COIBot: excerpted from enwiki
Extended content |
---|
COIBot tries to associate a users' username (or IP) with the material that they are editing:
Moreover, COIBot will track edits which it has been instructed to follow (e.g. certain username patterns or external link patterns). COIBot also works closely together with LiWa3, an off-wiki bot that tracks all link additions (in content areas of Wikipedia) across the whole of WikiMedia (>> 800 wikis). LiWa3 will detect links that are only added by IPs, only added by one single user, that are redirect sites, or which have been reported to one of the spam-related noticeboards, and report them to COIBot. COIBot has access to the database of link additions created by LiWa3, and can save reports on data retrieved from that database:
... |
XLinkBot: excerpted from enwiki
Extended content |
---|
... |
Interacting with the bots
- IRC channel #wikimedia-external-links connect
- m:User:COIBot/Poke (approved users)
Maintenance
The bots run from Portal:Cloud VPS under the "coibot" and "liwa3" accounts.
coibot
# Start coibot
$ cd /home/beetstra/coibot
$ sudo ./coibot.sh &
# Start xlinkbot
$ cd /home/beetstra/xlinkbot
$ sudo ./xlinkbot.sh &
liwa3
# Start linkwatcher
$ cd /home/beetstra/linkwatcher
$ sudo ./linkwatcher.sh &