Code Monkey home page Code Monkey logo

erish's Introduction

ellier

윈도우 지원 안 함

설정

// config.json
{
    // 저장할 폴더 경로
    "path": "./.temp",
    // chzzk.naver.com 쿠키에서 가져옴
    // 필수 아님
    "auth": {
        "nid_ses": "",
        "nid_aut": "",
        "nid_jkl": ""
    },
    // 필수 아님
    "post_process": {
        "enable": false,
        "video_codec": "copy",
        "audio_codec": "copy"
    },
    // 필수 아님
    "timezone": {
        "hours": 9
        // "minutes": 0,
        // "seconds": 0
    },
    "channels": [
        {
            "channel_id": "",
            "channel_name": "" // 실제 이름과 상관 없이 임의로 지정
        },
        {
            "channel_id": "",
            "channel_name": "" // 실제 이름과 상관 없이 임의로 지정
        }
    ]
}

실행

cargo run -- --index=0
# 또는
cargo build --release
./target/release/ellier --index=0

옵션

  • --index=<number>

channels.json 파일에 있는 채널 중 한 개의 채널을 지정함. 순서는 0부터 시작함.

  • --name=<string>

channels.json 파일에 있는 채널 중 한 개의 채널을 지정함.

플랜

  • 릴리즈 자동화 (바이너리 및 도커 이미지)
  • gui
  • 알림 서비스 (discord?)

erish's People

Contributors

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