PyPaperBot
PyPaperBot copied to clipboard
PyPaperBot is a Python tool for downloading scientific papers using Google Scholar, Crossref, and SciHub.
Good time of a day! While I try to download an article, it just creates bibtex and csv file. python -m PyPaperBot --doi=":10.4304/jetwi.2.3.258-268" --dwn-dir="/home/___/Desktop/Thesis/Experiment" Downloading papers from DOIs Searching paper...
I can't understand whether the proxy is only for downloading papers, or also for crossref? I kind of wish it is for both. So when use it frequently, and not...
Hi, Thank you so much for this nice tool. I wanted to download papers in HTML format, how can I use it for such a purpose? Thanks.
Typo
If you call it without arguments, it will tell you: > Error, provide at least one of the following arguments: --query or --file The correct argument appears to be `--doi-file`...
The search is sometimes rate-limited but PyPaperBot's response is simply "Paper not found...". In this case, PyPaperBot should display the message returned in the HTML response (see below). Optionally, for...
Abstract
Hi, is there any opportunity to have this grab asbstracts? That would be extremely convenient and helpful. Let me know what you think?
Please add heroku support so that we can deploy it on heroku and use it on telegram
As a result of the fix in [#45](https://github.com/ferru97/PyPaperBot/issues/45) Executing commands with or without **--max-dwn-cites=10** ```python !python -m PyPaperBot --query="Machine learning" --scholar-pages=1 --min-year=2018 --max-dwn-cites=10 --dwn-dir="\content\papers" --scihub-mirror="https://sci-hub.do" ``` Now results in ```...
I'm encountered an error using a .txt with 12 DOIs that traces back to the regular expressions in .Paper. The Re package won't download because it has depreciated. Could you...
Hello. I am trying to download 100 pdfs using dois using pyPaperBot. But only 41 gets downloaded and i get this error. Here are the error messages. It finished download...