# tvbox-rpi **Repository Path**: open-chatbot/tvbox-rpi ## Basic Information - **Project Name**: tvbox-rpi - **Description**: 利用树莓派实现的电视盒子,免费收看卫视。 - **Primary Language**: Python - **License**: Apache-2.0 - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2024-01-18 - **Last Updated**: 2025-12-21 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # tvbox-rpi #### 介绍 利用树莓派实现的电视盒子,免费收看卫视。 每种盒子都要钱,广告到处弹,是不是很烦恼,于是,我想自己搭建一个电视盒子。如果用安卓搭建,开发APP最大的问题还是各种m3u8的源的管理,实在太麻烦。我发现,国内各个电视台都有自己HTML5的在线电视,于是,我用python 操控网页,实现电视盒子功能。 你只需要买一个树莓派和一个USB蓝牙遥控器即可。 #### 软件架构 软件架构说明 #### 安装教程 1. xxxx 2. xxxx 3. xxxx #### 使用说明 1. xxxx 2. xxxx 3. xxxx #### FAQ cannot import name 'deprecated' from 'typing_extensions' pip install typing_extensions==4.7.1 --upgrade How to install service: https://shumeipai.nxez.com/2023/05/13/run-a-program-on-your-raspberry-pi-at-startup.html https://blog.csdn.net/m0_37509650/article/details/89683121