@cle-does-things/arxiv-cli
v1.0.0
Published
CLI to download papers from arXiv.
Downloads
42
Maintainers
Readme
arxiv-cli
Intuitive command-line tool to download the most recent number of papers belonging a specific category from arXiv.
Installation
# with npm
npm install @cle-does-things/arxiv-cli
# with cargo
cargo install arxiv-cliCheck installation:
arxiv-cli --helpUsage
arxiv-cli [OPTIONS] --category <CATEGORY>Options:
-q,--query <QUERY>: Keyword-based query to use when searching arXiv (required)-l,--limit <LIMIT>: The maximum number of papers to fetch (default: 5)-p,--pdf: Fetch and save the PDF of each paper-s,--summary: Save the summary of each paper as a.txtfile--no-metadata: Disable fetching and saving metadata to a.jsonlfile-h,--help: Print help information-V,--version: Print version information
