### [WBDXmonitor:实时监控微博、B站、抖音、小红书的用户行为,并及时收到微信提醒](https://www.appmiao.com/article/2286) **Published:** 2025-11-26T07:35:47 **Author:** 阿喵 **Excerpt:** 项目介绍 WBDXmonitor,一个开源的实时监控用户在微博、B站、抖音和小红书等社交平台上的动态的工具。通过脚本自动获取指定用户的更新信息,并通过微信推送服务及时通知用户。 截图 使用方法 一、安装 打开4个monitor,修改文件内容 ## 项目介绍 WBDXmonitor,一个开源的实时监控用户在微博、B站、抖音和小红书等社交平台上的动态的工具。通过脚本自动获取指定用户的更新信息,并通过微信推送服务及时通知用户。 ### 截图 ![](https://pic.amiao.app/2025/11/26061700/15806.png) ### 使用方法[](https://github.com/Bla1n/WBDXmonitor?tab=readme-ov-file#%E4%BD%BF%E7%94%A8%E6%96%B9%E6%B3%95) 一、安装 ``` git clone https://github.com/Bla1n/WBDXmonitor.git cd WBDXmonitor ``` 打开4个monitor,修改文件内容(有注释) [![image-20241129140633567](https://github.com/Bla1n/WBDXmonitor/raw/main/assets/image-20241129140633567.png)](https://github.com/Bla1n/WBDXmonitor/blob/main/assets/image-20241129140633567.png) 二、免费注册使用WxPusher微信消息推送服务 [https://wxpusher.zjiecode.com](https://wxpusher.zjiecode.com) 注册完成后在“应用管理–appToken”中生成一个自己的凭证,**并修改start.py中对应位置** [![image-20241129135535161](https://github.com/Bla1n/WBDXmonitor/raw/main/assets/image-20241129135535161.png)](https://github.com/Bla1n/WBDXmonitor/blob/main/assets/image-20241129135535161.png) 三、使用方法 周期性执行以下命令,可使用宝塔或者crontab设置定时任务 ``` python3 start.py ``` [![image-20241129134229907](https://github.com/Bla1n/WBDXmonitor/raw/main/assets/image-20241129134229907.png)](https://github.com/Bla1n/WBDXmonitor/blob/main/assets/image-20241129134229907.png) ## 项目链接 github:[开源地址](https://github.com/Bla1n/WBDXmonitor) 网站地址:[https://www.blain.top/](https://www.blain.top/) **Tags:** 实时监控, 微博消息实时监控, 脚本 **Categories:** 开源项目 ---