Giter VIP home page Giter VIP logo

helix-chapter-scraper's Introduction

helix-chapter-scraper

With twitch's new Helix API, video archive endpoint no longer returns 'chapters' or games info from a video. This is a temporary solution using puppeteer to scrape which game or games is attached to recent vods from the archive.

The script produces output as JSON in the following format:

{
  "video_id": "1442171798",
  "channel": 560363490,
  "chapters": [
    {
      "starts_at": "0h0m1s",
      "game": {
        "game_id": "488552",
        "name": "Overwatch",
        "box_art_url": "https://static-cdn.jtvnw.net/ttv-boxart/488552-{width}x{height}.jpg"
      }
    },
    {
      "starts_at": "2h58m18s",
      "game": {
        "game_id": "509658",
        "name": "Just Chatting",
        "box_art_url": "https://static-cdn.jtvnw.net/ttv-boxart/509658-{width}x{height}.jpg"
      }
    }
  ]
}

Suggestion for this missing feature: Return Tags and Game ID in Get Videos in Helix

Setup & run

Install packages

npm install

Make a settings.js in settings/ with following the example template settings_example.js. If you don't have a client_id and client_secret, you can generate those from dev.twitch.tv.

The main functionality is found in chapterFetch.js. A usage example is in app.js, run with:

npm start

Running it will scrape the chapters and dump the result in out.json

helix-chapter-scraper's People

Contributors

kaminar1 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.