hyperboria/nexus/pylon
the-superpirate 681817ceae No description
GitOrigin-RevId: 83514338be1d662518bab9fe5ab6eefef98f229f
2021-04-09 13:29:10 +03:00
..
pdftools No description 2021-03-29 18:01:30 +03:00
proto - Send Pylon to golden 2021-01-08 23:09:19 +03:00
sources No description 2021-04-09 13:29:10 +03:00
__init__.py - Send Pylon to golden 2021-01-08 23:09:19 +03:00
BUILD.bazel No description 2021-03-29 18:01:30 +03:00
cli.py - Send Pylon to golden 2021-01-08 23:09:19 +03:00
client.py - fix: Change name 2021-02-21 15:22:32 +03:00
exceptions.py - Send Pylon to golden 2021-01-08 23:09:19 +03:00
README.md - Send Pylon to golden 2021-01-08 23:09:19 +03:00

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