Manual:Pywikibot/claimit.py
From MediaWiki.org
Wikimedia Git repository has this file:
core: scripts/claimit.py
![]() |
Pywikibot scripts |
---|
claimit.py is a script to mass add Wikidata claims to a lot of items based on pages on Wikipedia
Concept[edit]
A category or template on Wikipedia gives information about what kind of page it is. For example if it contains a person infobox, it's probably a person. Or as another example: If a page is in a certain taxonomic family category, it's probably in that family. Based on this information you can instruct the bot to add claims.
Syntax[edit]
The bot expects a generator and a pairs of property and item:
python claimit.py <some generator> P1 Q2 P3 Q4