mirror of
https://github.com/nexus-stc/hyperboria
synced 2024-11-30 06:52:55 +01:00
7c1bb06b1b
GitOrigin-RevId: ccfd55db266862ed70f1299aaf62500765b03cc4 |
||
---|---|---|
.. | ||
configs | ||
drivers | ||
pdftools | ||
proto | ||
resolvers | ||
validators | ||
__init__.py | ||
BUILD.bazel | ||
cli.py | ||
client.py | ||
consts.py | ||
exceptions.py | ||
matcher.py | ||
network_agent.py | ||
prepared_request.py | ||
proxy_manager.py | ||
README.md | ||
source.py |
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 proxies
bazel run -c opt cli -- md5 278C3A72B7B04717361501B8642857DF \
--output file.pdf \
--proxies socks5://127.0.0.1:9050