All Projects → bibcure → Scihub2pdf

bibcure / Scihub2pdf

Licence: agpl-3.0
Downloads pdfs via a DOI number, article title or a bibtex file, using the database of libgen(sci-hub) , arxiv

Programming Languages

python
139335 projects - #7 most used programming language

Projects that are alternatives of or similar to Scihub2pdf

Engrafo
Convert LaTeX documents into beautiful responsive web pages using LaTeXML.
Stars: ✭ 717 (+497.5%)
Mutual labels:  latex, science, arxiv
Arxiv Equations
🚀 Provides equations in latex format from arxiv paper.
Stars: ✭ 23 (-80.83%)
Mutual labels:  latex, science, arxiv
Arxiv Vanity
Renders papers from arXiv as responsive web pages so you don't have to squint at a PDF.
Stars: ✭ 1,190 (+891.67%)
Mutual labels:  latex, science, arxiv
Betterbib
Update BibTeX files with info from online resources.
Stars: ✭ 380 (+216.67%)
Mutual labels:  bibtex, latex
bibtex-js
Library for parsing .bib files, used in Bibliography.js 📚
Stars: ✭ 55 (-54.17%)
Mutual labels:  latex, bibtex
Deep Learning Papers
Papers about deep learning ordered by task, date. Current state-of-the-art papers are labelled.
Stars: ✭ 3,054 (+2445%)
Mutual labels:  science, arxiv
Fiduswriter
Fidus Writer is an online collaborative editor for academics.
Stars: ✭ 405 (+237.5%)
Mutual labels:  bibtex, latex
Arxiv Style
A Latex style and template for paper preprints (based on NIPS style)
Stars: ✭ 497 (+314.17%)
Mutual labels:  latex, arxiv
Papis
Powerful and highly extensible command-line based document and bibliography manager.
Stars: ✭ 636 (+430%)
Mutual labels:  bibtex, arxiv
Latex Examples
Examples for the usage of LaTeX
Stars: ✭ 1,032 (+760%)
Mutual labels:  latex, science
Rebiber
A simple tool to update bib entries with their official information (e.g., DBLP or the ACL anthology).
Stars: ✭ 1,005 (+737.5%)
Mutual labels:  bibtex, latex
Bibsearch
Download, manage, and search a BibTeX database.
Stars: ✭ 52 (-56.67%)
Mutual labels:  bibtex, latex
nom-bibtex
A feature complete bibtex parser using nom
Stars: ✭ 13 (-89.17%)
Mutual labels:  latex, bibtex
snipmate-snippets-bib
Snipmate.vim support for BibTeX files
Stars: ✭ 13 (-89.17%)
Mutual labels:  latex, bibtex
Calculatex
in progress pretty printing calculator language
Stars: ✭ 302 (+151.67%)
Mutual labels:  latex, science
ads2bibdesk
ads2bibdesk helps you add astrophysics articles listed on NASA/ADS to your BibDesk database using the new ADS Developer API
Stars: ✭ 32 (-73.33%)
Mutual labels:  latex, bibtex
rfc-bibtex
A command line tool that creates bibtex entries for IETF RFCs and Internet Drafts.
Stars: ✭ 43 (-64.17%)
Mutual labels:  latex, bibtex
Jabref
Graphical Java application for managing BibTeX and biblatex (.bib) databases
Stars: ✭ 2,385 (+1887.5%)
Mutual labels:  bibtex, latex
academic-cv-publications
Generate a customised list of publications for your LaTeX CV using BibTeX entries.
Stars: ✭ 60 (-50%)
Mutual labels:  latex, bibtex
Docker Texlive
A docker container containing an installation of texlive as well as several useful scripts.
Stars: ✭ 52 (-56.67%)
Mutual labels:  bibtex, latex

SciHub to PDF(Beta)

Description

scihub2pdf is a module of 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
Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].