User:Ainz Ooal Gown/How to patrol Commons using patrol.py

From Wikimedia Commons, the free media repository
Jump to navigation Jump to search

More detailed instructions are at mw:Manual:Pywikibot/PAWS and https://github.com/wikimedia/pywikibot/blob/master/scripts/patrol.py

mylang = 'commons'
family = 'commons'

to patrol on Commons. (you must have the patrol right to mark edits as patrolled)

  • Click new and then select "Terminal" from the drop-down
  • In the terminal text box, enter pwb.py login
  • It should give the following response
Logging in to wikipedia:test as <username>
Logged in on wikipedia:test as <username>.
  • And then after a successful log in, enter pwb.py patrol.py to initialize the code.