Releases: Maicius/QQZoneMood
Releases · Maicius/QQZoneMood
Release v3.0
-
模仿网易云风格美化前端(需要与QQZoneSwipper项目配合使用)
-
修复若干bug,增加线上系统稳定性
Release v2.0
-
网页登陆改为手机扫码登陆,简化操作
-
支持手机端
-
修复若干bug,能在线上稳定运行
本地运行版(优化)-Local Running Version
主要更新如下:
- 修复v1.0中的部分bug
- 添加大量测试用例,也可以当作程序接口
- 添加简易排队机制,并根据阈值调整Http连接池
- 下载图片改为多线程,速度提高N倍
本地运行版-Local Running Version
本版本借助docker能快速实现部署,在本地运行良好。由于后台线程并发数量较多, 也缺少排队机制,所以不适合线上部署。
实现的功能有:
- 爬取QQ空间所有动态
- 爬取QQ好友并计算单向好友
- 计算第一次发表动态、第一次添加好友等大量指标
- 大量数据可视化
With the help of docker, this version can be deployed quickly and run well locally. Because of the large number of concurrent background threads and the lack of queuing mechanism, it is not suitable for online deployment.
Here follows the implemented functions:
- Crawl all moods in QQZone
- Crawl QQ friends' basic infos and calculate one-way friends
- Calculate a large number of indicators such as first publication mood, first addition of friend, etc.
- Variety of Data Visualization