The final project of the course Computer Network

A sockpuppet analysis of Sina Weibo

  • Scrape the users' info and posts
  • Extract the features
  • Train a classifier using random-forest

Requirements:

  • Python3 with requests, sklearn, Levenshtein
  • More...