anemone

Anemone web-spider framework

  • 所有者: chriskite/anemone
  • 平台:
  • 许可证: MIT License
  • 分类:
  • 主题:
  • 喜欢:
    0
      比较:

Github星跟踪图

= Anemone

Anemone is a web spider framework that can spider a domain and collect useful
information about the pages it visits. It is versatile, allowing you to
write your own specialized spider tasks quickly and easily.

See http://anemone.rubyforge.org for more information.

== Features

  • Multi-threaded design for high performance
  • Tracks 301 HTTP redirects
  • Built-in BFS algorithm for determining page depth
  • Allows exclusion of URLs based on regular expressions
  • Choose the links to follow on each page with focus_crawl()
  • HTTPS support
  • Records response time for each page
  • CLI program can list all pages in a domain, calculate page depths, and more
  • Obey robots.txt
  • In-memory or persistent storage of pages during crawl, using TokyoCabinet, SQLite3, MongoDB, or Redis

== Examples
See the scripts under the lib/anemone/cli directory for examples of several useful Anemone tasks.

== Requirements

  • nokogiri
  • robots

== Development
To test and develop this gem, additional requirements are:

  • rspec
  • fakeweb
  • tokyocabinet
  • kyotocabinet-ruby
  • mongo
  • redis
  • sqlite3

You will need to have KyotoCabinet, {Tokyo Cabinet}[http://fallabs.com/tokyocabinet/], {MongoDB}[http://www.mongodb.org/], and {Redis}[http://code.google.com/p/redis/] installed on your system and running.

主要指标

概览
名称与所有者chriskite/anemone
主编程语言Ruby
编程语言Ruby (语言数: 1)
平台
许可证MIT License
所有者活动
创建于2009-04-14 18:31:48
推送于2020-03-20 11:27:38
最后一次提交2012-05-30 14:32:32
发布数6
最新版本名称v0.7.2 (发布于 2012-05-30 14:33:44)
第一版名称v0.4.0 (发布于 2010-04-08 20:36:57)
用户参与
星数1.6k
关注者数62
派生数323
提交数197
已启用问题?
问题数0
打开的问题数0
拉请求数2
打开的拉请求数20
关闭的拉请求数24
项目设置
已启用Wiki?
已存档?
是复刻?
已锁定?
是镜像?
是私有?