Skip to content
This repository has been archived by the owner on Mar 21, 2022. It is now read-only.

MikeWent/vk-social-graph

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

VK Social Graph

Social graph is a model, where each person is represented as node (dot/circle) and relations between people are represented as lines.

This software generates a social graph of any vk.com user and exports it to a SVG plot.

Downloading & requirements installation

git clone --recursive https://github.com/MikeWent/vk-social-graph.git
cd vk-social-graph
pip3 install --user wheel
pip3 install --user -r requirements.txt

Updating

cd vk-social-graph
git pull
git submodule update --recursive
pip3 install --user --upgrade -r requirements.txt

License

GPLv3

About

Generate a social graph (vk.com) using matplotlib & networkx

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages