lukasschwab / arxiv.py

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

Fetch Latest paper in certain category #10

Closed JoeHEZHAO closed 6 years ago

JoeHEZHAO commented 6 years ago

Hello, thanks for your excellent work.

Is it possible to fetch latest paper in certain category ?? In the "search_query", we can not find prefix_field for date filtering.

Thanks

lukasschwab commented 6 years ago

Howdy––

Just added support for sortOrder and sortBy options in https://github.com/lukasschwab/arxiv.py/commit/d42ba6b639e7fdb410d63f47ca5e148e92f4c58a.

The supported options are documented here: https://arxiv.org/help/api/user-manual#sort

Hope this is helpful! Lukas