PyPaperBot
PyPaperBot copied to clipboard
PyPaperBot is a Python tool for downloading scientific papers using Google Scholar, Crossref, and SciHub.
Hi, Your software works great, but it is a little bit slow when searching for queries on google scholar. Is it possible to parallelize for example the search on the...
The package always detect and download files upto 10 pages.
Hello, Thank you for your tool. It is magnificent and very useful. I just want to highlight a minor thing. When it is searching for the list of DOIs, if...
I ran into a situation where different articles with the same keys appear in the bibtex.bib file. For example: ``` @inproceedings{Hosseini_2016, doi = {10.1109/ism.2016.0028}, url = {https://doi.org/10.1109%2Fism.2016.0028}, year = 2016,...
Hi, Thanks for your excellent tools for paper download. Could you add one function that can skip already download papers in the folder? Best wishes
Hi thanks for this Nice package. I was wondering how can I provide an google scholar advanced search string? I would like something like: --query="string 1 "string 2 that is...
Good morning, I am trying to download a pdf of a science paper with this code line: _!python -m PyPaperBot --query="10.1038/s41598-023-43091-0" --scholar-pages=2 --dwn-dir="path/to/download/dir"_ The query string is a DOI and...
Sounds like users have having similar problems with downloading and there aren't many updates.
I have successfully installed all dependencies, ensured correct configuration settings, and the application runs without any immediate errors. However, the papers still aren't downloading. [result.csv](https://github.com/ferru97/PyPaperBot/files/14717952/result.csv) Downloading papers from DOIs Searching...
I add new option if you want to search for citations of some paper. Script uses `cites` parameter, for example: `https://scholar.google.com/scholar?cites=3120460092236365926` You can combine `cites` and `query` options or set...