Wikidata-Toolkit
Wikidata-Toolkit copied to clipboard
Java library to interact with Wikibase
Dear friends, I have been working with wikidata for sometime, but since last week , when I try to make a bulk load, I receive a CSRF error. I mean,...
I suspect that many of Wikidata Toolkit's customers are (like me) maven users. When a breaking change happens in Wikidata's export format (which seems to occur regularly), it would be...
To ensure the type safety of the code it may be nice to use the Java 8 `Optional` construction where it is relevant.
Not nullable version of `Snak.getValue` and `Statement.getValue`.
Hi there, I'm still pretty new to Java, but from what I can tell, there doesn't appear to be any way for a calling program to detect a failure (e.g....
Is it possible to do something like that query: https://www.wikidata.org/w/index.php?search=haswbstatement%3A%22P356%3D10.1007%2FS11745-003-1193-7%22&ns0=1&ns120=1
The current code in WebResourceFetcher does not follow HTTP redirects. This causes problems, for example, if somebody uses an http-based URL http://www.wikidata.org/w/api.php to access the Wikidata API. This URL redirects...
Background: https://phabricator.wikimedia.org/T240442 Bots currently edit at full speed until the lag reaches 5 seconds. They should instead slow down as the lag rises. We need to introduce a continuous throttling...
_Originally posted at https://github.com/OpenRefine/OpenRefine/issues/2873 by @addshore_ **Describe the bug** If I am logged into wikidata, but my session expires or I get logged out for some reason I can not...
At the moment it is not possible to log in by username and password if two-factor authentication has been enabled for the account. This could be worth adding. Similar to...