您的位置:首页 > 编程语言 > Python开发

Orchid 1.1 : Python Package Index

2012-05-03 17:10 99 查看
Orchid 1.1 : Python Package Index

Orchid 1.1

Generic Multi Threaded Web Crawler

Orchid is a python crawler I developed for one of my graduate courses. It is a
generic multi-threaded web crawler complete with documentation. We used this
crawler to locate web pages which contained malicious code. However, the logic
of what to do with the crawled pages is implemented in a separate class and
therefore Orchid can easily be used for any application which requires crawling
the web.

内容来自用户分享和网络整理,不保证内容的准确性,如有侵权内容,可联系管理员处理 点击这里给我发消息
标签: