/github-trending

Tracking the most popular Github repos, update daily(Ruby version)

Primary LanguageRuby

github-trending(Ruby)

Intro

Tracking the most popular Github repos, updated daily(Ruby version)

inspired by:

Run

You need install

  $ git clone https://github.com/zhiephie/github-trending.git
  $ cd github-trending
  $ gem install bundler
  $ bundle install
  $ ruby scraper.rb

Advance

A better place to use the script is in VPS

  • You should have a VPS first, and then you should Add SSH Keys of your VPS to Github

  • Then you can run the code in VPS

Thus the code will run never stop

Lisence

MIT

Horay!