Description
A simple program to get the needed data from a single gem, in this case is oga.
Run
bundle installfor no reason.- copy the
config/local.example.rbtoconfig/local.rb. - replace the
STACKOVERFLOW_TOKEN,TOKEN,GITHUB_ACCOUNT, andUSER_AGENTin theconfig/local.rbwith yours. - run your local Mongodb with command
sudo mongod. - run
ruby repos_exec.rbto start the collecting process.