This repo contains some crawlers implemented in Ruby.
First fire up the VersionEye backend services like described here.
- initialize ENV variables
source ./scripts/set_vars_for_dev.sh
- set up Ruby dependencies ( only for first time )
gem install bundler
bundle install
- working on console
rake console
VersioneyeCore.new
NugetCrawler.crawl
- shutting down Docker instances
docker-compose down
Copyright (c) 2014 VersionEye. See LICENSE.txt for further details.
For commercial support send a message to [email protected]
.
This repository is licensed under the AGPL-3.0 license.
Send a message to [email protected]
if you are interested in a commercial license.