edsu / etudier

Extract a citation network from Google Scholar
161 stars 27 forks source link

search #5

Closed shawngraham closed 6 years ago

shawngraham commented 6 years ago

tried the search function, as per the readme:

etudier.py 'https://scholar.google.com/scholar?hl=en&as_sdt=0%2C21&q=cscw+memory&btnG='

result:


Traceback (most recent call last):
  File "/usr/local/bin/etudier.py", line 266, in <module>
    main(args.url, output=args.output, depth=args.depth, pages=args.pages)
  File "/usr/local/bin/etudier.py", line 22, in main
    g.add_node(to_pub['id'], label=to_pub['title'], **remove_nones(to_pub))
TypeError: 'NoneType' object is not subscriptable```
edsu commented 6 years ago

This works for me, at least with v0.0.4. Are you sure you have v0.0.4 installed?

pip3 list | grep etudier
shawngraham commented 6 years ago

ok, i'll pursue this in the other issue. Something's wonky on my system...

edsu commented 6 years ago

🙏