Git Product home page Git Product logo

daum-trends's Introduction

daum-trends

Scrap recent trend words(실시간 이슈, 실시간 동영상) on Daum for Node.js

The unofficial module to crawl the content of the site. Therefore, whenever it may not be a normal operation, if problems occur, please add the issue.

Important

  • not support trend word's create time.

version download

js-standard-style

Usage

var trends = require('daum-trends')

trends.load(['real', 'video', 'kakaotv'], function (err, result) {
  console.log(err, JSON.stringify(result))
})
// output
{
  "real": [
    {
      "title": "강성",
      "link": "https://m.search.daum.net/search?w=tot&q=%EA%B0%95%EC%84%B1&DA=ATG&nil_mtopsearch=issuekwd&logical=issue&pin=issue",
      "type": "+",
      "num": 244,
      "ctime": 0
    },
    // ...
  ],
  "video": [
    {
      "title": "내딸 금사월",
      "link": "http://search.daum.net/search?w=vclip&video&q=%EB%82%B4%EB%94%B8%20%EA%B8%88%EC%82%AC%EC%9B%94",
      "type": "+",
      "num": 96,
      "ctime": 0
    },
  ],
    // ...
  "kakaotv": [
    {
      "title": "황희찬 드리블",
      "link": "https://tv.kakao.com/search?q=%ED%99%A9%ED%9D%AC%EC%B0%AC+%EB%93%9C%EB%A6%AC%EB%B8%94",
      "type": "+",
      "num": 78,
      "ctime": 0
    },
    // ...
  ]
}

crawler types

  • real, video, kakaotv

type list

  • +, -, 0, new

LICENSE

daum-trends is licensed under the MIT license.

daum-trends's People

Contributors

egg- avatar

Watchers

 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.