Skip to content

IsaJafarov/Google-Scholar-querier

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 

Repository files navigation

Google-Scholar-querier

Install dependencies
$ pip3 install scholarly
Help message
$ python3 collect.py --help
Options:
--only-title             Search keyword only in the title. By default, it searches the whole document.
--hide-no-venue          Hide publications that don\'t have a venue. Generally includes Book, Thesis, Citation...
--journal                Journal to search for
--help                   Show this message
--citations              For each result, show the publications that cite it
--scraperapi             To use ScraperAPI proxy, enter the API key. By default free proxy is used.
Keyword operators: 
--and    All the keywords should appear
--or     At least one of the keywords should appear
--not    Keywords should not appear
--size   Number of the publications to display (By default 10)

Sample commands:
python3 collect.py --only-title --and "game security" --or "cheat hack" --not "theory" --journal ACM --size 10
python3 collect.py --only-title --and "Quick and scalable binary" --hide-no-venue --citations --scraperapi 45aae6...989d92d

Search Query: ""

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages