Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我特别指的是 Aroon Swartz 的案例,他做了一个程序来有效地访问 JSTOR、IEEE、ACM、elsevier 等学术数据库,不知道他是如何做到的。我的意思是什么 python 库,或者一个通用算法,或者它是如何工作的解释,或者更深入的参考。请不要害羞使用先进的概念。
非常感谢你。
Aroon Swartz 并没有真正访问 JSTOR 的数据库。他编写了一个脚本来查找 DB 资源的 URL。
你可以用urllib2和做到这一点pygoogle。打开 URL 并解析它找到你想要的。
urllib2
pygoogle