Coder Social home page Coder Social logo

ex_crawl's Introduction

네이버 중고나라 카페 크롤링 실습자료

1. Ruby/Ruby on Rails 정보

  • Ruby : 2.6.3
  • Rails : 5.2.3

2. Tutorial

3. 파일 소개

  1. lib/tasks/naver.rake [이동] 네이버 카페 크롤링 및 DB 저장
    • rake "naver:market" 입력 시, naver.rake 파일 작동
  2. app/controllers/n_cafe_controller.rb [이동] @date_list 변수에 Market 모델 호출
  3. app/views/n_cafe/index.html.erb [이동] View를 통해 사람들에게 페이지를 렌더링 후 보여줍니다.

4. AWS Cloud9으로 프로젝트 가져가기

git clone https://github.com/kcm4674/ex_crawl
cd ex_crawl
gem install rails --version=5.2.3
bundle install
rake db:drop; rake db:migrate; rake db:seed
rails s

ex_crawl's People

Contributors

kbs4674 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.