Ecosyste.ms: Awesome
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: 7 days ago
JSON representation
CLI utility to scrap paper informations from sci-hub.
- Host: GitHub
- URL: https://github.com/OpenByteDev/SciHub-Scraper-CLI
- Owner: OpenByteDev
- License: mit
- Created: 2020-05-06T23:24:29.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2021-02-12T02:07:26.000Z (almost 4 years ago)
- Last Synced: 2024-04-14T12:10:36.632Z (7 months ago)
- Language: Rust
- Size: 4.88 KB
- Stars: 5
- Watchers: 1
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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)