mirror of
https://github.com/nexus-stc/hyperboria
synced 2024-11-18 17:29:26 +01:00
681817ceae
GitOrigin-RevId: 83514338be1d662518bab9fe5ab6eefef98f229f |
||
---|---|---|
.. | ||
pdftools | ||
proto | ||
sources | ||
__init__.py | ||
BUILD.bazel | ||
cli.py | ||
client.py | ||
exceptions.py | ||
README.md |
Nexus Pylon
Pylon
is a downloader for scientific publications.
- Look articles by DOI, MD5 or IPFS hashes
- Validates downloaded items
- Streams data by chunks
- GRPC-ready
Nexus Pylon CLI
Casual download
bazel run -c opt cli -- doi 10.1056/NEJMoa2033700 --output article.pdf
Download with proxy
bazel run -c opt cli -- md5 278C3A72B7B04717361501B8642857DF \
--output file.pdf \
--proxy socks5://127.0.0.1:9050