MaRDI4NFDI / python-zbMathRest2Oai

Read data from the zbMATH Open API https://api.zbmath.org/docs and feed it to the OAI-PMH server https://oai.portal.mardi4nfdi.de/oai/
GNU General Public License v3.0
4 stars 0 forks source link

Get all software #29

Closed physikerwelt closed 4 weeks ago

physikerwelt commented 9 months ago

Describe the issue Currently, a csv file is processed, however, this should be done for all software. Please coordinate with Marcel, to adjust the structured search for sofware so that it is possible to scan for an id range.

physikerwelt commented 8 months ago

From our meeting notes

Send requests

1) https://api.zbmath.org/v1/software/_search?search_string=si%3A0-100&page=0&results_per_page=100 2) https://api.zbmath.org/v1/software/_search?search_string=si%3A100-200&page=0&results_per_page=100

physikerwelt commented 5 months ago

This issue is from Feb 9th. Please focus on that with the highest priority.

Mazztok45 commented 5 months ago

My apologies, this commit has fixed this issue:

https://github.com/MaRDI4NFDI/python-zbMathRest2Oai/commit/2a148a9c4d129cf042af2e77dea0d6c0034a6b82

Since this commit, we have used the new endpoint of the zbMATH Open API to obtain all the software we need.