tyiannak / pyScholar

Python Library to Analyse and Visualise Google Scholar Metadata

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

pyScholar

General

Python Library to Analyse and Visualise Google Scholar Metadata

Execution Example

python3 pyScholar.py -a "Theodoros Giannakopoulos" -o output.html -t 4

Command line params are: (a) -a list of author names to be analyzed (b) -o output html path and (c) (optional) percentage threshold of minimum word frequency in author's word cloud.

Results can be seen in the following figure: Example

Dependencies

To install dependencies use pip requirements file:

pip install -r requirements.txt

About

Python Library to Analyse and Visualise Google Scholar Metadata

License:MIT License


Languages

Language:Python 100.0%