lukasschwab / arxiv.py

Python wrapper for the arXiv API
MIT License
1.11k stars 123 forks source link

Set max_results for very long example queries in README.md #40

Closed lukasschwab closed 4 years ago

lukasschwab commented 4 years ago

Some full results lists––e.g. for query="quantum"––take a long time to fetch, especially when the number of results per response is set to 10.

I should make all the README examples relatively snappy.

lukasschwab commented 4 years ago

Confirmed that all the examples in README are relatively snappy.