Skip to content

Lucas-Wye/Papers-Bibtex-Catcher

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 

Repository files navigation

Papers Bibtex Catcher

Here is the bibtex catcher that catch the bibtex of papers from IEEE and Google Scholar. It will first try IEEE and then Google Scholar. After catching the bibtex, it will generate a bib file that can be added to your paper reference files.

Requirements

First, you need to install Chrome.

And then you should install the chromedriver according to the version of Chrome.

Config the paths in the Python Script.

# The path of Chrome driver
driver_path = r"${your_path}\chromedriver.exe"
# The data path of Chrome
option_path = r"C:\Users\${UserName}\AppData\Local\Google\Chrome\User Data"

Finally, install the dependency.

conda install selenium

Enjoy!

About

Catch the bibtex of papers from IEEE and Google Scholar

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages