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.
- Host: GitHub
- URL: https://github.com/openbytedev/scihub-scraper-cli
- Owner: OpenByteDev
- License: mit
- Created: 2020-05-06T23:24:29.000Z (almost 6 years ago)
- Default Branch: master
- Last Pushed: 2021-02-12T02:07:26.000Z (about 5 years ago)
- Last Synced: 2024-04-14T12:10:36.632Z (about 2 years 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
[](https://crates.io/crates/scihub_scraper_cli)
[](https://deps.rs/repo/github/openbytedev/scihub-scraper-cli)
[](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)