Coder Social home page Coder Social logo

twitch-logs-download's Introduction

Twitch Logs Download

This is a reference script for downloading Twitch log files from my server, and new scraped logs. New day logs are available every night at midnight UTC.

This script will only download files that are not downloaded already, and I highly encourage any derivative script to do the same.

Usage

yarn
yarn start

This will download logs from my domain (https://twitch-logs.johnpyp.com) to a folder called "twitch-logs" in the root.

API reference

/list-logs

Response:

  • urlPrefix: Prefix string for the urls of each path element in the paths
  • paths: A list of paths to files on the server, not including the urlPrefix
# GET https://twitch-logs.johnpyp.com/list-logs
{
    error: false,
    data: {
        urlPrefix: "/scripts/",
        paths: [
            "/Destiny/2019-02-01.txt.gz",
            "/Destiny/2019-02-02.txt.gz",
            "/Destinygg/2019-02-01.txt.gz",
            "/Destinygg/2019-02-02.txt.gz",
            "/Destinygg/2019-02-03.txt.gz",
            ...
        ]
    }
}

/list-logs/<channel>

Parameters:

  • channel: String of the channel you'd like to filter the logs results to

Response:

  • channel: Same channel string as in parameters
  • urlPrefix: Prefix string for the urls of each path element in the paths
  • paths: A list of paths to files on the server, not including the urlPrefix
# GET https://twitch-logs.johnpyp.com/list-logs/Destiny
{
    error: false,
    data: {
        urlPrefix: "/scripts/",
        paths: [
            "/Destiny/2019-02-01.txt.gz",
            "/Destiny/2019-02-02.txt.gz",
            "/Destiny/2019-02-03.txt.gz",
            ...
        ]
    }
}

/static/<path>

Parameters:

  • path: Path of the file provided by /list-logs

Response: File stream download of the target file, assuming it exists.

# GET https://twitch-logs.johnpyp.com/static/Destiny/2019-02-01.txt.gz

-- Raw Gzip body --

twitch-logs-download's People

Contributors

johnpyp avatar

Watchers

James Cloos avatar  avatar  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.