An open API service indexing awesome lists of open source software.

https://github.com/brzzznko/friendsgraph

Friends graph visualization of the user of the social network "VK" using VK API
https://github.com/brzzznko/friendsgraph

friends-graph graph python vk-api

Last synced: 3 months ago
JSON representation

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

Awesome Lists containing this project

README

        

# FriendsGraph
Friends graph visualization of the user of the social network "VK" using VK API
## Result:
![image](https://user-images.githubusercontent.com/52485539/85193687-1064e200-b2f5-11ea-856b-8fad0b221693.png)
## How to use:
* Create your [vk app](https://vk.com/apps?act=manage)
* Change in friends_graph.py
```python
# Your VK application ID and access token
APP_ID = "Your app ID"
TOKEN = "Your token"
```
* Run friends_graph.py