User:ValBot: Difference between revisions

From OniGalore
Jump to navigation Jump to search
(one other thing I've used ValBot for)
m (link fix)
 
(6 intermediate revisions by the same user not shown)
Line 1: Line 1:
A [[OniGalore:Bots|bot]] used for various wiki maintenance tasks, alongside [[Validate External Links|ValExtLinks]]. ValBot runs on the [[mw:Manual:Pywikibot|Pywikibot framework]] and is currently managed by [[User:Iritscen|Iritscen]].
A [[OniGalore:Bots|wiki bot]] used for various maintenance tasks, alongside [[Validate External Links|ValExtLinks]] which checks external links. ValBot runs on the [[mw:Manual:Pywikibot|Pywikibot framework]] and is currently managed by [[User:Iritscen|Iritscen]].


==Capabilities==
==Capabilities==
ValBot can perform these tasks currently. You can ask Iritscen for the scripts he uses to drive these processes.
ValBot can perform analysis and mass-editing tasks such as the ones listed below. Scripts and instructions for running these tasks can be found [https://websvn.illy.bz/listing.php?repname=Oni2&path=%2FValBot%2F HERE].
*Upgrading external <nowiki>http://</nowiki> links to <nowiki>https://</nowiki> links.
*Running through a list of problematic links and upgrading them from <nowiki>http://</nowiki> to <nowiki>https://</nowiki> or adding an ending slash, etc.
*Adding ending slashes to external links when the server requests this.
*"Renaming" a category by moving all the images to a new category.
*Renaming categories.
*Batch-uploading of images.
*Finding externally-hosted images.
*Finding externally-hosted images.
 
*Testing [[Help:Editing#Interwiki links|interwiki links]], including section links (interwiki links cannot be seen by ValExtLinks).
==Future abilities==
*Testing section links found in [[Help:Editing#Intrawiki links|intrawiki links]] (MediaWiki cannot recognize bad section links).
*Expanding and testing the interwiki links. Unlike intrawiki links, MediaWiki does not test external links, thus a bad link to Wikipedia (for example) will always appear blue as if it is valid.
*Testing section links found in interwiki and intrawiki links. Intrawiki links will only appear red if the page itself does not exist; MediaWiki does not look at the section anchor to see if it exists.


[[Category:Userspace]]
[[Category:Userspace]]

Latest revision as of 17:33, 3 December 2023

A wiki bot used for various maintenance tasks, alongside ValExtLinks which checks external links. ValBot runs on the Pywikibot framework and is currently managed by Iritscen.

Capabilities

ValBot can perform analysis and mass-editing tasks such as the ones listed below. Scripts and instructions for running these tasks can be found HERE.

  • Running through a list of problematic links and upgrading them from http:// to https:// or adding an ending slash, etc.
  • "Renaming" a category by moving all the images to a new category.
  • Batch-uploading of images.
  • Finding externally-hosted images.
  • Testing interwiki links, including section links (interwiki links cannot be seen by ValExtLinks).
  • Testing section links found in intrawiki links (MediaWiki cannot recognize bad section links).