"W W" <[EMAIL PROTECTED]> wrote

my aim is to identify how many times each publication got cited on google
Scholar.

You can use the urllib builtin module and beautiful soup for parsing HTML. I don't know if the Googlescholars page allows python connections, I know
regular google queries do not (they frown on web scraping, AFAIK)

Thats what I was about to say too.
But Google do have a Web Service API that might work on Scholar
too, that would be worth investigating...

Alan G.

_______________________________________________
Tutor maillist  -  Tutor@python.org
http://mail.python.org/mailman/listinfo/tutor

Reply via email to