Skip to content

bot-motoko/starseeker

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

starseeker

Seek your following's stars!

http://starseeker.so

Requirements

  • Ruby (~> 2.0.0)
  • MongoDB (>= 2.2.0)
  • Redis (>= 2.6.0)
  • Bundler (>= 1.3.0)

Setup

$ git clone git://github.com:tricknotes/starseeker.git
$ cd starseeker
$ bundle install
$ rake db:create db:migrate

Initialize stub data for local development.

$ GITHUB_LOGIN="your github account" rake db:seeds_stub_event

Edit config:

$ cp config/settings.yml.example config/settings.yml

Write your settings to config/settings.yml

And run:

$ rails server

Tasks

Schedule users as to be sent mail:

$ rake schedule_sending_hot_repositories

Send daily hot repositories mail to scheduled users:

$ rake send_hot_repositories

Refresh repository data for chache:

$ rake fetch_repositories

Update user account info:

$ rake update_account_info

Test

$ rake

License

(The MIT License)

Copyright (c) 2012-2013 Ryunosuke SATO <tricknotes.rs@gmail.com> Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the 'Software'), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:

The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software. THE SOFTWARE IS PROVIDED 'AS IS', WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.

About

Seek your following's stars!

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Ruby 97.9%
  • JavaScript 1.1%
  • CSS 1.0%