项目作者: versioneye

项目描述 :
VersionEye crawlers implemented in Ruby.
高级语言: Roff
项目地址: git://github.com/versioneye/crawl_r.git
创建时间: 2016-03-09T13:57:09Z
项目社区:https://github.com/versioneye/crawl_r

开源协议:Other

下载


CircleCI

ruby_crawl

This repo contains some crawlers implemented in Ruby.

Usage

First fire up the VersionEye backend services like described here.

  • initialize ENV variables
  1. source ./scripts/set_vars_for_dev.sh
  • set up Ruby dependencies ( only for first time )
  1. gem install bundler
  2. bundle install
  • working on console
  1. rake console
  2. VersioneyeCore.new
  3. NugetCrawler.crawl
  • shutting down Docker instances
  1. docker-compose down

Copyright (c) 2014 VersionEye. See LICENSE.txt for
further details.

Support

For commercial support send a message to support@versioneye.com.

License

This repository is licensed under the AGPL-3.0 license.
Send a message to support@versioneye.com if you are interested in a commercial license.