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
- Host: GitHub
- URL: https://github.com/brzzznko/friendsgraph
- Owner: brzzznko
- Created: 2020-06-20T04:21:30.000Z (almost 5 years ago)
- Default Branch: master
- Last Pushed: 2020-06-20T06:01:40.000Z (almost 5 years ago)
- Last Synced: 2024-05-02T23:56:01.283Z (about 1 year ago)
- Topics: friends-graph, graph, python, vk-api
- Language: Python
- Homepage:
- Size: 3.91 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# FriendsGraph
Friends graph visualization of the user of the social network "VK" using VK API
## Result:

## 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