Skip to content

This is a small project used to find some people who have some common properties or belong to a same group on Weibo.

Notifications You must be signed in to change notification settings

TJUAnt/FindPeopleOnWeibo

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

This is a small project which tries to find some people who belong to a same group 
or have some same properties. The main program is a crawler which gets information 
from Internet. There are four source file in this folder.

a. WeiboUser.py
This file defined Weibo user class which contains some user properties and functions.

b. WeiboLogin.py
This file defined the function of logining in Weibo in order to help the crawler get 
information.

c. WeiboClassSearchDB.py
This file contains the main source code of this crawler.

d. ShowRes.py
Run this file can built a html file to show the crawler result.

This project is writtern by python and uses redis to store data which gets from Internet.
In order to run this project, python2.7 and redis are required. 

To run this demo, just type:
    % python WeiboClassSearchDB.py
and input some uids of the people on Weibo in the group which you want to search. 


About

This is a small project used to find some people who have some common properties or belong to a same group on Weibo.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages