https://bugzilla.wikimedia.org/show_bug.cgi?id=58819
Web browser: --- Bug ID: 58819 Summary: PYWP-9 create library for diffs, expand userlib Product: Pywikibot Version: unspecified Hardware: All OS: All Status: UNCONFIRMED Severity: minor Priority: Unprioritized Component: General Assignee: Pywikipedia-bugs@lists.wikimedia.org Reporter: wmf.bugconverter@gmail.com Classification: Unclassified Mobile Platform: ---
This issue was converted from https://jira.toolserver.org/browse/PYWP-9. Summary: create library for diffs, expand userlib Issue type: New Feature - A new feature of the product, which has yet to be developed. Priority: Minor Status: Open Assignee: David dkalkin@gmail.com
On Fri, 29 Aug 2008 23:49:25, David dkalkin@gmail.com opened the following bug:
Add a new library, editlib, for parsing diffs. It will parse the diff html page, extracting info like editor, time, edit summary, etc, and creating lists of the lines and words marked as added and deleted. More details can be found in the docstrings. For use with editlib, some new functions are also added to userlib. These will get the user's registration date, the number of edits the user has made, and the number of vandalism warnings on the user's talk page. Only Wikipedia:en is supported - some of the regular expressions rely on English text. Within that scope, I've done reasonably thorough testing on the editlib functions, and somewhat less thorough testing on the new functions for userlib. All of this is designed for use with automated vandalism detection. I am working on a bot to do just that - User:Kalbot - but it's still in an early experimental stage. I am User:DKalkin on the English Wikipedia