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