# SCUSTV-Scripts **Repository Path**: drew_zhl/scustv-scripts ## Basic Information - **Project Name**: SCUSTV-Scripts - **Description**: 四川大学学生电视台脚本仓库。 - **Primary Language**: Unknown - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 6 - **Forks**: 0 - **Created**: 2021-08-30 - **Last Updated**: 2021-12-15 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # SCUSTV脚本仓库 本仓库用于存放四川大学学生电视台技术中心算编写的电视台运营脚本 本仓库的所有脚本**只能**被用于电视台日常运营,不可外传 请在git bash中使用如下命令拷贝仓库到本地 ``` git clone https://gitee.com/drew_zhl/scustv-scripts ``` ## 作者列表(自行添加) Haolong Zheng ### 脚本对照表 | 脚本名称 | 脚本作用 | | ------------ | ------------------------ | | UploadAuto | 电视台汇报盘自动上传脚本 | | BilibiliAuto | B站自动登录发布动态脚本 | ### 使用 ###### BilibiliAuto ``` pip install selenium pip install bs4 pip install request pip install pillow ``` ###### UploadAuto ``` pip install watchdog ``` 打包程序使用pyinstaller ``` pip install pyinstaller ```