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
아프리카티비 자동 다운로드 프로그램
- Host: GitHub
- URL: https://github.com/dltkddnr04/afreecatv-auto-recorder
- Owner: dltkddnr04
- Created: 2023-08-18T09:31:09.000Z (almost 2 years ago)
- Default Branch: main
- Last Pushed: 2024-11-09T13:16:49.000Z (7 months ago)
- Last Synced: 2024-11-09T13:24:26.094Z (7 months ago)
- Topics: afreecatv, python, streamlink
- Language: Python
- Homepage:
- Size: 32.2 KB
- Stars: 8
- Watchers: 1
- Forks: 4
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
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)