An open API service indexing awesome lists of open source software.

https://github.com/dltkddnr04/afreecatv-auto-recorder

아프리카티비 자동 다운로드 프로그램
https://github.com/dltkddnr04/afreecatv-auto-recorder

afreecatv python streamlink

Last synced: about 1 month ago
JSON representation

아프리카티비 자동 다운로드 프로그램

Awesome Lists containing this project

README

        

# AfreecaTV-Auto-Recorder
아프리카티비 방송 자동 다운로드 프로그램

## 사용법
1. config.json 파일을 편집기로 열어서 아이디와 비밀번호를 입력해주세요.
```json
{
"user_name": "본인_아이디",
"user_password": "본인_비밀번호"
}
```

2. main.py 파일을 실행시키면서 인자로 다운로드 받을 방송인의 닉네임을 입력해주세요.
```bash
python3 main.py 방송인의_닉네임
```

3. 컴퓨터를 계속 켜놓고 있어야 다운로드가 가능합니다.
방송이 시작되면 해당 폴더에 자동으로 다운로드를 시작합니다.
브라우저에서 아프리카티비 창은 켜놓고 있지 않아도 됩니다.

## 요구사항
- Python 3.6 이상
- requests
- [streamlink](https://streamlink.github.io)