Hello,
I executed the following command line:
python scholar.py scholar.py -c 100 --after=2007 --author "brice morin" --citation bt > ref.bib
My goal was to extract a bibtex file containing all my papers. It however seems that what I get as a result (despite the -c 100 option) is the bibtex entries of all my papers provided on the first page on my Google Scholar page, basically the first 20 papers.
It would be nice if I (and I guess it makes sense for many other users of your tool) would be able to get all entries, not just the first page provided by Google Scholar.
Thank you