Skip to content

quicksloth/search-code-crawler-server

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

129 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Quicksloth Crawler Server

Crawler server for Quicksloth source code recomendation system.

Prerequisites

Ruby 2.2.6 +

Setting up the project

After installing ruby, run these commands:

gem install bundler

bundler install

add your google api key on crawler_controller.rb:

GoogleCustomSearchApi::GOOGLE_API_KEY = "YOUR API KEY"

GoogleCustomSearchApi::GOOGLE_SEARCH_CX = "YOUR:CX"

To run the Code Crawler:

cd controller

ruby crawler_controller.rb -o <IP> -p <PORTNUMBER>

To run the Training Controller:

cd controller

ruby train_controller.rb -o <IP>

About

No description or website provided.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages