enricobacis / wos

📚 Web of Science python client
https://wos.readthedocs.io/
MIT License
210 stars 45 forks source link

Added range query option to download more than 100 documents info. #2

Closed guilhermeleobas closed 8 years ago

guilhermeleobas commented 8 years ago

Web of science returns a maximum of 100 results. Range query allows you to download more by changing the firstRecord parameter.

enricobacis commented 8 years ago

Thank you Guilherme, what about also using a loop when count is greater than 100 to perform multiple requests and concatenate the results?