Skip to content

Instantly share code, notes, and snippets.

@kozo2
Last active March 14, 2016 05:36
Show Gist options
  • Select an option

  • Save kozo2/ccccd0ce8163a3b5382e to your computer and use it in GitHub Desktop.

Select an option

Save kozo2/ccccd0ce8163a3b5382e to your computer and use it in GitHub Desktop.
wikidata
import pywikibot
site = pywikibot.Site("wikidata", "wikidata")
repo = site.data_repository()
item = pywikibot.ItemPage(repo, u"Q415011")
print item.get()
stringclaim = pywikibot.Claim(repo, u'P2064')
stringclaim.setTarget(u"C00000674")
item.addClaim(stringclaim)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment