# weibo-monitor **Repository Path**: guozisun/weibo-monitor ## Basic Information - **Project Name**: weibo-monitor - **Description**: 使用爬虫监控薅羊毛博主的微博,即时推送提醒 - **Primary Language**: Python - **License**: GPL-2.0 - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 9 - **Created**: 2020-12-20 - **Last Updated**: 2021-12-21 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # weibo-monitor #### 介绍 哈哈哈,有点不好意思。其实写这个小项目的原因是为了薅羊毛。 微博关注了一个博主,他不定时会发一些优惠信息,但是微博对于普通用户来说不会即时推送微博提醒。因此每次当我看到微博的时候,已经晚了。 于是自己写了一个爬虫脚本来监控薅羊毛博主的微博,每三秒检测是否有微博更新,如果有新的微博,则将微博内容(包括链接、图片)通过邮件即时发送给我。 #### 软件架构 python3+requests #### 使用说明 1. 因为是要实时监测,所以脚本最好一直运行着,因此最好有个服务器 2. 使用服务器后台执行脚本 `nohup python -u monitor.py > monitor.log 2>&1 &`