Planning the future of Botwiki! - Help us bring Botwiki up to date, contribute to our strategy discussion, add bot scripts, and contribute manuals, guides, and tutorials! Almost anything related to bots, particularly those used to edit mediawiki, is welcome.
UNABLE TO EDIT? - We've experienced attacks by spambots lately and now require you to confirm your e-mail before you can edit (go to your preferences, enter an e-mail address, and request a confirmation e-mail, then go to your e-mail and click on the confirmation link). We also require new accounts to make a few edits and wait a few minutes before before you can create a page; however, if this is a problem contact us in #botwiki and we can manually confirm your account. Sorry for the inconvenience.
Python:UserMoveLog.py
- Plan: (d'apres user:mike.lifeguard)
- TO GET THE PAGEMOVES OF A USER
- WE MAY STICK IT INTO A User Class in some python:user.py IN THE FUTURE
- C.F. python:userContributions.py
# SET-UPS # IMPORT MODULES # MORE SET-UPS? # OPEN THE API PAGE # PARSE # RETURN/GENERATE A LIST OF MOVES OF THE USER (PAGENAME, TIMESTAMP, ETC)