Skip to content

Commit

Permalink
adding new API link
Browse files Browse the repository at this point in the history
  • Loading branch information
Mazztok45 committed Mar 6, 2024
1 parent 1408417 commit 8d55593
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions src/zbmath_rest2oai/run_get_all_de_software.py
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
from zbmath_rest2oai.get_all_de import get_all_de

CSV_URL = 'https://raw.githubusercontent.com/MaRDI4NFDI/python-zbMathRest2Oai/main/src/zbmath_rest2oai/software.csv'
#CSV_URL = 'https://raw.githubusercontent.com/MaRDI4NFDI/python-zbMathRest2Oai/main/src/zbmath_rest2oai/software.csv'
if __name__ == '__main__':
get_all_de('https://api.zbmath.org/v1/software/_search?search_string=si%3A',CSV_URL, 'oai:swmath.org:')
#get_all_de('https://api.zbmath.org/v1/software/_search?search_string=si%3A',CSV_URL, 'oai:swmath.org:')
get_all_de('https://api.zbmath.org/v1/software/_search?search_string=si%3A0-100&page=0&results_per_page=100', 'oai:swmath.org:')
get_all_de('https://api.zbmath.org/v1/software/_search?search_string=si%3A100-200&page=0&results_per_page=100', 'oai:swmath.org:')

0 comments on commit 8d55593

Please sign in to comment.