ckreibich / scholar.py

A parser for Google Scholar, written in Python
2.11k stars 777 forks source link

BibTex citation works #33

Open GiBacci opened 9 years ago

GiBacci commented 9 years ago

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

JosefWeinbub commented 9 years ago

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!

skyl commented 8 years ago

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.

falematte commented 7 years ago

Can you explain in detail how to do this?