Skip to content

SealingX/weibo-rumor

 
 

Repository files navigation

weibo-rumor

Details of the project report can be found here.

The package contains data information about 20,000 pieces of rumor reports, crawled from the first 1,000 pages of Sina Weibo’s rumor showcase (http://service.account.weibo.com).

Requirements

Usage

  • Fill in your own Sina Weibo username and password in the main function of “rumor_crawler.py” file and save.
    username = '...your username...'
    pwd = '...your password...'
  • You can modify the starting crawling page and ending crawling page by adjusting the parameters when calling the function of iterate_pages(start,end). In our code, the default starting page is 1 and ending page is 100.

  • Run the crawler:

    $python rumor_crawler.py
  • To visualize:
    $python visual.py 

About

Understanding the Rumor Dispelling Behavior in Microblogs: A Case Study on Sina Weibo

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages

  • Python 100.0%