scholar.py
scholar.py copied to clipboard
BibTex citation works
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
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!
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.
Can you explain in detail how to do this?