lap=pywikibot.Page(site,'Triatlon') editorlist = set([h[2] for h in lap.getVersionHistory(getAll=True)])
This gives you a set of editors with unique names (that's why it is converted to set). Use len(editorlist) to get the number of editors. -- Bináris
_______________________________________________ Pywikipedia-l mailing list [email protected] https://lists.wikimedia.org/mailman/listinfo/pywikipedia-l
