Skip to main content

Finds (and downloads) all journals from arXiv by given search criteria.

Project description

https://github.com/monzita/arXivPy/blob/master/arxivpy.png https://img.shields.io/badge/0.0.1-arXivPy-green?style=flat-square

Find all papers from arXiv based on some query ( + option for downloading them )

https://github.githubassets.com/images/icons/emoji/unicode/1f4f0.png

Installation

>>> pip install arxivpy

Documentation

Official documentation can be found here

Example usage

>>> from arxivpy.client import ArXivPyClient
>>>
>>> client = ArXivPyClient()
>>>
>>> quantum = client.simple(query='quantum computing', page=2, download=True,
>>>                         path='path', downloadonly=10)
>>>
>>>
>>> algorithms = client.advanced(term='algorithms',
>>>                              classification='computer_science', size=200)
>>>
>>>
>>>
>>> alg_ds = client.advanced(terms=[{term: 'algorithms', field: 'title'},
>>>                                 {term: 'data structures', field: 'title'}],
>>>                      classification='computer_science', size=200)
>>>

Licence

MIT

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

arxivpy-0.0.2.tar.gz (5.1 kB view hashes)

Uploaded Source

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page