An open API service indexing awesome lists of open source software.

https://github.com/openbytedev/scihub-scraper-cli

CLI utility to scrap paper informations from sci-hub.
https://github.com/openbytedev/scihub-scraper-cli

Last synced: 8 months ago
JSON representation

CLI utility to scrap paper informations from sci-hub.

Awesome Lists containing this project

README

          

# SciHub Scraper CLI

[![crates.io](https://img.shields.io/crates/v/scihub_scraper_cli.svg)](https://crates.io/crates/scihub_scraper_cli)
[![dependency status](https://deps.rs/repo/github/openbytedev/scihub-scraper-cli/status.svg)](https://deps.rs/repo/github/openbytedev/scihub-scraper-cli)
[![MIT](https://img.shields.io/crates/l/scihub_scraper_cli.svg)](https://github.com/OpenByteDev/SciHub-Scraper-CLI/blob/master/LICENSE)

SciHub Scraper CLI can be used to scrap paper info including its pdf url from sci-hub.

Sci-hub domains are automatically fetched from [sci-hub.now.sh](https://sci-hub.now.sh/).

## Usage
```cmd
$ scihub-scraper-cli --paper [doi]
```

## License
Licensed under MIT license ([LICENSE](https://github.com/OpenByteDev/SciHub-Scraper-CLI/blob/master/LICENSE) or http://opensource.org/licenses/MIT)