# SciHub to PDF(Beta)
![](https://raw.githubusercontent.com/bibcure/logo/master/gifs/scihub.gif)
## Description
scihub2pdf is a module of [bibcure](https://github.com/bibcure/bibcure)
Downloads pdfs via a DOI number, article title or a bibtex file, using the
database of libgen, Sci-Hub and Arxiv.
## Install
```
$ sudo python /usr/bin/pip install scihub2pdf
```
If you want to download files from scihub you will need to get PhantomJS
### OSX
```
$ npm install -g phantomjs
```
### Linux Using npm
```
$ sudo apt-get install npm
$ sudo npm install -g phantomjs
```
## Features and how to use
Given a bibtex file
```
$ scihub2pdf -i input.bib
```
Given a DOI number...
```
$ scihub2pdf 10.1038/s41524-017-0032-0
```
Given a title...
```
$ scihub2pdf --title An useful paper
```
Arxiv...
```
$ scihub2pdf arxiv:0901.2686
$ scihub2pdf --title arxiv:Periodic table for topological insulators
```
Location folder as argument
```
$ scihub2pdf -i input.bib -l somefoler/
```
Use libgen instead sci-hub
```
$ scihub2pdf -i input.bib --uselibgen
```
## Sci-hub:
- Stable
- Annoying CAPTCHA
- Fast
## Libgen
- Unstalbe
- No CAPTCHA
- Slow
## Download from list of items
Given a text file like
```
10.1038/s41524-017-0032-0
10.1063/1.3149495
.....
```
download all pdf's
```
$ scihub2pdf -i dois.txt --txt
```
Given a text file like
```
Some Title 1
Some Title 2
.....
```
download all pdf's
```
$ scihub2pdf -i titles.txt --txt --title
```
Given a text file like
```
arXiv:1708.06891
arXiv:1708.06071
arXiv:1708.05948
.....
```
download all pdf's
```
$ scihub2pdf -i arxiv_ids.txt --txt
```
矢量边界
- 粉丝: 25
- 资源: 4608
最新资源
- 半导体转换器-半控转换器-SEMI CONVERTER-matlab
- 鼠标中键(滚轮)调节音量-2
- visual studio 2022 community
- 剪映可以批量导出吗-芒果速剪
- Visual Studio 2022 v17.10.zip
- 白泽自动化运维系统配置管理、网络探测、资产管理、业务管理、CMDB、CD、DevOps、作业编排、任务编排等功能,未来将添加监控、报警、日志分析、大数据分析等部分内容.zip
- 车用驱动电机原理与控制基础-P141公式(6-21)
- 前端分析-2023071100789
- 多帧超分辨率框架下的图像融合-医学图像-matlab
- sasl-0.2.1-cp37-cp37m-linux-x86-64.whl
- 目标整理一份高质量的大模型古诗词数据集,涵盖先秦到现代.zip
- sasl-0.3-cp39-cp39-manylinux-2-5-x86-64.manylinux1-x86-64.whl
- C# winform 基于OPC数据采集的报表项目(源码+sql文件)详情看我的文章介绍
- 研究一下大数据支撑下的股票科学.zip
- 将Hex文件转换为Bin文件的小工具(包含C#项目源码)
- 第二届百度&西安交通大学大数据竞赛.zip
资源上传下载、课程学习等过程中有任何疑问或建议,欢迎提出宝贵意见哦~我们会及时处理!
点击此处反馈
评论1