This is a small tool based on scholarly that can be used to get the Author, Publication Year, Number of Citations, Publication Type, and Journal/Conference name of all papers located in one folder.
- Install scholarly:
pip install scholarly
- Put all of the papers and
paper.py
file in one folder. - All of the papers should be named with its title in PDF format.
- Run
paper.py
, it will ouput csv filepapers.csv
.