User:Daniel Mietchen/bot-recent: Difference between revisions

From Citizendium
Jump to navigation Jump to search
imported>Daniel Mietchen
imported>Daniel Mietchen
m (now also checking for {{tl|fact}} and double redirects regularly)
Line 7: Line 7:
;Checking the activity status of editors, as per [[CZ:Editorial Council Resolution 0012]], with [[User:Caesar Schinas/pwb/cg_inactiveeditor.py|this script]].
;Checking the activity status of editors, as per [[CZ:Editorial Council Resolution 0012]], with [[User:Caesar Schinas/pwb/cg_inactiveeditor.py|this script]].
:<code><nowiki>python cg_inactiveeditor.py -always</nowiki></code>
:<code><nowiki>python cg_inactiveeditor.py -always</nowiki></code>
;Fixing double redirects
:<code><nowiki>python redirect.py double</nowiki></code>
;Removing occurences of Template<nowiki>:</nowiki>Fact (leftovers of imports from Wikipedia)
:<code><nowiki>python template.py "Fact" -remove</nowiki></code>


==Irregular==
==Irregular==
This section lists recent bot actions which I have performed once or a few times only, with the most recent at the top.
This section lists recent bot actions which I have performed once or a few times only, with the most recent at the top.
;Removing occurences of Template<nowiki>:</nowiki>Fact (leftovers of imports from Wikipedia)
:<code><nowiki>python template.py -pt:1 "Fact" -remove</nowiki></code>


;Trying out the bot that checks for functional external links
;Trying out the bot that checks for functional external links
Line 20: Line 23:
;Trying out the cosmetic changes bot.
;Trying out the cosmetic changes bot.
:<code><nowiki>python cosmetic_changes.py -start:Gyr -log</nowiki></code>
:<code><nowiki>python cosmetic_changes.py -start:Gyr -log</nowiki></code>
;Fixing double redirects
:<code><nowiki>python redirect.py double</nowiki></code>

Revision as of 08:19, 11 September 2009

Regular

This section lists bot actions that I may perform on a regular basis. If you feel it's been too long since one of them ran the last time, please email me or leave a note on my talk page.

Creating Related Articles on the basis of their Whatlinkshere, with this script.
python cg_related.py -always -start:! -log
Checking the activity status of editors, as per CZ:Editorial Council Resolution 0012, with this script.
python cg_inactiveeditor.py -always
Fixing double redirects
python redirect.py double
Removing occurences of Template:Fact (leftovers of imports from Wikipedia)
python template.py "Fact" -remove

Irregular

This section lists recent bot actions which I have performed once or a few times only, with the most recent at the top.

Trying out the bot that checks for functional external links
python weblinkchecker.py -start:! -log
Found thousands of dead ones in first run. Will check back later.
Trying out the cosmetic changes bot.
python cosmetic_changes.py -start:Gyr -log