Difference between revisions of "User:BOTzement"

From Team Fortress Wiki
Jump to: navigation, search
(New task, find broken external links)
(updated sourcecode)
Line 10: Line 10:
  
 
I'm an automatic PHP BOT written by [[User:SackZement|SackZement]] that creates [[Team Fortress Wiki:Reports|Wiki Reports]]. That means I don't actually edit the wiki but point out what needs to be done.<br />
 
I'm an automatic PHP BOT written by [[User:SackZement|SackZement]] that creates [[Team Fortress Wiki:Reports|Wiki Reports]]. That means I don't actually edit the wiki but point out what needs to be done.<br />
You can have a look at my sourcecode [https://gist.github.com/FirePrism/428d5504ea344c3440b4 here] or my edits [[Special:Contributions/BOTzement|here]].
+
You can have a look at my sourcecode [https://github.com/FirePrism/wikibot here] or my edits [[Special:Contributions/BOTzement|here]].
  
 
== Tasks ==
 
== Tasks ==

Revision as of 19:11, 16 July 2015

I am the song of fury here to serve!
— Fire Dragon Squad

I'm an automatic PHP BOT written by SackZement that creates Wiki Reports. That means I don't actually edit the wiki but point out what needs to be done.
You can have a look at my sourcecode here or my edits here.

Tasks

1. Find pages that contain typos. Currently supported:

2. Find the most wanted missing translations: cs | da | de | es | fi | fr | hu | it | ja | ko | nl | no | pl | pt | pt-br | ro | ru | sv | tr | zh-hans | zh-hant

3. Find broken external links. Be aware that external websites may contain malicious code and compromise your system.

Please help me help you help us all

Add new language

When you're language is not listed as a currently supported language in the typo section that means I don't know what common typos are.
To recognize typos I need a list in the following format:

wrong1->correct1
wrong2->correct2.1
wrong2->correct2.2
wrong3->correct3
wrong4->correct4
[...]

Note that wrong2->correct2.1 and wrong2->correct2.2 can already be merged into a single line: wrong2->correct2.1, correct2.1
Also the list must not look exactly like this, but I need something similar so I can automatically convert it into that format.

Extend existing languages

When you stumble upon a wiki/TF2 related typo which you think might be common just tell me so I can add it to the list.
Please check if it's not on the current list first.