[Wikitech-l] Wikidata API rate limits for newbies

2021-08-03 Thread Baskauf, Steven James
I have a script for writing to the Wikidata API that respects the rate limit of 50 edits per minute for bots without a bot flag. However, when that script was used by somebody else, she received the error "As an anti-abuse measure, you are limited from performing this action too many times in a

Re: [Wikitech-l] How are value node IRIs generated?

2020-12-10 Thread Baskauf, Steven James
On Wed, Dec 9, 2020 at 6:22 PM mailto:petr.kad...@gmail.com>> wrote: On Wed, Dec 9, 2020 at 6:17 PM Baskauf, Steven James mailto:steve.bask...@vanderbilt.edu>> wrote: When performing a SPARQL query at the WD Query Service (example: https://w.wiki/ptp&l

[Wikitech-l] How are value node IRIs generated?

2020-12-09 Thread Baskauf, Steven James
Datavalues with complex structure (time, quantity, globecoordinate) have properties (e.g. latitude, longitude, precision, amount, unit, etc.) that link from a node that is the value of a statement, reference, or qualifier. In my question, I'm going to refer to those nodes as "value nodes".

[Wikitech-l] Reason for actionthrottledtext API blocking?

2020-01-13 Thread Baskauf, Steven James
I am working on a script to load and update Vanderbilt researcher records in Wikidata via the API (see https://github.com/HeardLibrary/linked-data/tree/master/publications for information and https://github.com/HeardLibrary/linked-data/blob/master/publications/process_csv_metadata_full.py for