j
k
j a
j l
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.
Attachments:
Back to the thread
Back to the list