I have the following problem … I would like to analyse with Pywikibot the edit history of a wikibase entry. I’m able to retrieve the revisions with:
wikibase_item.get()
for h in wikibase_item.revisions():
print(h)
From here I would like to see what statements/labels where added/deleted in each revision.
Could you point me to some documentation or share a code example?
Would be great!
Salut
Dennis