scholar.py icon indicating copy to clipboard operation
scholar.py copied to clipboard

BibTex citation works

Open GiBacci opened this issue 10 years ago • 3 comments

Hi, thanks a lot for the tool! I would like to ask if someone has ever had problems with the citation in bibtex format. I have used the option "--citation bt" but sometimes it works, sometimes it doesn't without any apparent reasons. Thanks in advance!

Giovanni

GiBacci avatar Dec 15 '14 16:12 GiBacci

Hi, (joining the bibtex thread)

First of all, let me also state, that I am grateful for your work on scholar.py, I really appreciate it - scholar.py helps me alot!

btt: I am also experiencing problems with the bibtex formatting. For instance, querying myself via $ ./scholar.py --author="Josef Weinbub" works, however, when using bibtex formatting $ ./scholar.py --author="Josef Weinbub" --citation=bt I get no output. I have a google scholar profile, and the publications are accessible on the web platform - What am I missing? Thanks in advance for your support!

JosefWeinbub avatar Feb 06 '15 13:02 JosefWeinbub

This is probably because you are getting blocked by Google and the call to apply_settings is failing with a 503. Current solution is to use a cookie file instead of apply_settings.

skyl avatar Nov 16 '15 22:11 skyl

Can you explain in detail how to do this?

falematte avatar Jan 17 '17 17:01 falematte