SciPost Code Repository

Skip to content
Snippets Groups Projects
Commit 583fd524 authored by Boris Ponsioen's avatar Boris Ponsioen
Browse files

Makes metacore cf pull small for testing

parent 9ce36c4b
No related branches found
No related tags found
No related merge requests found
......@@ -16,10 +16,10 @@ def get_crossref_test():
# This is PRL
url = 'https://api.crossref.org/journals/0031-9007/works'
cursor = 'AoJ4wfD37eACPxBodHRwOi8vZHguZG9pLm9yZy8xMC4xMTAzL3BoeXNyZXZsZXR0LjkwLjAzNTUwNA=='
# cursor = 'AoJ4wfD37eACPxBodHRwOi8vZHguZG9pLm9yZy8xMC4xMTAzL3BoeXNyZXZsZXR0LjkwLjAzNTUwNA=='
# If the loop is allowed to complete, it fetches (rows * batches) records
rows = 1000
rows = 100
batches = 100
for i in range(0,batches):
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment