|
6 months ago | |
---|---|---|
.github | 6 months ago | |
config | 6 months ago | |
docs | 6 months ago | |
driver | 7 months ago | |
requests_custom | 8 months ago | |
static | 6 months ago | |
tkinter_ui | 6 months ago | |
updates | 6 months ago | |
utils | 6 months ago | |
.dockerignore | 6 months ago | |
.gitignore | 7 months ago | |
CHANGELOG.md | 6 months ago | |
Dockerfile | 6 months ago | |
LICENSE | 1 year ago | |
Pipfile | 6 months ago | |
Pipfile.lock | 6 months ago | |
README.md | 6 months ago | |
README_en.md | 6 months ago | |
entrypoint.sh | 7 months ago | |
main.py | 6 months ago | |
source.json | 10 months ago | |
version.json | 6 months ago |
具体频道
<img src="https://img.shields.io/github/v/release/guovin/tv" />
<img src="https://img.shields.io/badge/python-%20%3E%3D%203.8-47c219" />
<img src="https://img.shields.io/github/downloads/guovin/tv/total" />
<img src="https://img.shields.io/docker/pulls/guovern/tv-requests?label=docker:requests" />
<img src="https://img.shields.io/docker/pulls/guovern/tv-driver?label=docker:driver" />
English | 中文
https://ghproxy.net/raw.githubusercontent.com/Guovin/TV/gd/output/result.m3u
https://ghproxy.net/raw.githubusercontent.com/Guovin/TV/gd/source.json
Fork 本项目并开启工作流更新,具体步骤请见详细教程
pip3 install pipenv
pipenv install
pipenv run build
下载更新工具软件,打开软件,点击更新,即可完成更新
或者在项目目录下运行以下命令,即可打开 GUI 软件:
pipenv run ui
建议都试用一次,选择自己合适的版本。
1. 拉取镜像:
requests:
docker pull guovern/tv-requests:latest
driver:
docker pull guovern/tv-driver:latest
2. 运行容器:
docker run -d -p 8000:8000 guovern/tv-requests 或 tv-driver
卷挂载参数(可选):
实现宿主机文件与容器文件同步,修改模板、配置、获取更新结果文件可直接在宿主机文件夹下操作
配置文件:
-v 宿主机路径/config:/tv-requests/config 或 tv-driver/config
结果文件:
-v 宿主机路径/output:/tv-requests/output 或 tv-driver/output
例:docker run -v /etc/docker/config:/tv-requests/config -v /etc/docker/output:/tv-requests/output -d -p 8000:8000 guovern/tv-requests
3. 查看更新结果:访问(域名:8000)
MIT License © 2024-PRESENT Govin
支付宝 | 微信 |
---|---|
![]() |
![]() |
本项目仅供学习交流用途,接口数据均来源于网络,如有侵权,请联系删除