/FriendsGraph

Friends graph visualization of the user of the social network "VK" using VK API

Primary LanguagePython

FriendsGraph

Friends graph visualization of the user of the social network "VK" using VK API

Result:

image

How to use:

  • Create your vk app
  • Change in friends_graph.py
    # Your VK application ID and access token
    APP_ID = "Your app ID"
    TOKEN = "Your token"
  • Run friends_graph.py