我想用R提取Google Scholar搜索的前100个结果(比如说).有谁知道怎么做?
确切地说,我只需要论文的名称,作者和引文数.
这是合法的吗?
I'd like to use python to scrape google scholar search results. I found two different script to do that, one is gscholar.py and the other is scholar.py (can that one be used as a python library?).
Now, I should maybe say that I'm totally new to python, so sorry if I miss the obvious!
The problem is when I use gscholar.py as explained in the README file, I get as a result
query() takes at least 2 arguments (1 given) …