# weibo_speaker **Repository Path**: shawn_chen_rtz/weibo_speaker ## Basic Information - **Project Name**: weibo_speaker - **Description**: 微博语音播报器 - **Primary Language**: Unknown - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2024-10-28 - **Last Updated**: 2024-10-31 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # 微博语音播报器 ### 项目结构 ```angular2html │ app.py # 项目的主程序入口 │ get_live_weibo_search.py # 获取微博实时搜索结果并提取相关信息 │ README.md │ requirements.txt # 项目依赖的模块 │ speaker.py # 用于语音合成和语音播放 │ weibo_speaker.log # 项目执行日志文件 ``` ### 主要功能 + ✓微博实时查询结果的定时查询并语音播报。(done) + ✗实时跟踪特定微博用户的微博内容,并实时进行语音播报(todo) ### 项目本地部署运行(已确认支持Windows) 1. git clone 项目到本地 2. 安装依赖模块,```pip install -r requirements.txt``` 3. 运行app.py,搜索不同的关键字,替换该脚本中的变量```search_keyword```即可。 ### 欢迎关注微信公众号 ![微信公众号](https://gitee.com/shawn_chen_rtz/hot_billboard/raw/master/wechat.png)