Skip to content

本地运行版-Local Running Version

Compare
Choose a tag to compare
@Maicius Maicius released this 09 May 20:42
· 262 commits to master since this release
0176e66

本版本借助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