https://github.com/fanhuaandluomu/sina_spider
新浪微博爬虫:登录、关键词微博查询、微博监控
https://github.com/fanhuaandluomu/sina_spider
crawler python-2 sina-spider
Last synced: 3 months ago
JSON representation
新浪微博爬虫:登录、关键词微博查询、微博监控
- Host: GitHub
- URL: https://github.com/fanhuaandluomu/sina_spider
- Owner: FanhuaandLuomu
- Created: 2017-06-12T14:10:53.000Z (about 8 years ago)
- Default Branch: master
- Last Pushed: 2017-06-13T01:12:47.000Z (about 8 years ago)
- Last Synced: 2025-03-23T18:38:56.309Z (3 months ago)
- Topics: crawler, python-2, sina-spider
- Language: Python
- Size: 11.7 KB
- Stars: 32
- Watchers: 3
- Forks: 20
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# SINA_Spider
新浪微博爬虫:登录、关键词微博查询、微博监控
实现登录新浪微博、按关键字查询爬取微博,可根据微博用户昵称、微博发布时间来筛选微博。
实现监控某微博用户的Demo。
ps.近期忙于项目,可能不会继续完善,不过觉得蛮有意思,所以上传GitHub。运行:
python login.py 关键词、昵称、日期可在login程序程序入口(main)中修改。
python monitor 监控对象的微博Id可在微博页面中获得,以后有机会修改为按昵称监控。监控对象微博id可在程序入口修改。
ps. 注意修改登录所用的【用户名】和【密码】