siznax / wptools

Wikipedia tools (for Humans): easily extract data from Wikipedia, Wikidata, and other MediaWikis
MIT License
574 stars 78 forks source link

get_wikidata for arrays? #166

Closed aschimmenti closed 3 years ago

aschimmenti commented 3 years ago

Hello, I'm really enjoying using wptools for scraping wikidata, is there a conditional to keep the e.g. for loop going even if an individual query gives Lookup Error? Thank you in advance

aschimmenti commented 3 years ago

Solved with try...except LookupError

siznax commented 3 years ago

Thank you @aschimmenti. That's the pythonic way to approach it. Nice work.