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

Latest commit

 

History

History
27 lines (19 loc) · 652 Bytes

README.md

File metadata and controls

27 lines (19 loc) · 652 Bytes

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