Skip to content

kkarakawa/scraping

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

アプリケーション概要

  • ニコニコ動画のランキングをクロールして、データベースに格納します
  • カテゴリ毎に再生数の多い順に表示します

インストール方法

NokogiriのConfig設定

$ bundle config build.nokogiri --use-system-libraries

bundle install

$ bundle install --path vendor/bundle --without development test

DatabaseのConfig設定

  • config/database.ymlを適宜変更する

Create Database

$ bundle exec rake db:create

Database Migration

$ bundle exec rake db:migration

クローラー実行

$ bundle exec rake crawl_ranking:create

About

ニコニコ動画をクロールするアプリ

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published