Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/astridnielsen-lab/soc_recon
https://github.com/astridnielsen-lab/soc_recon
Last synced: 17 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/astridnielsen-lab/soc_recon
- Owner: AstridNielsen-lab
- License: mit
- Created: 2021-04-18T19:58:25.000Z (almost 4 years ago)
- Default Branch: master
- Last Pushed: 2021-04-18T19:58:34.000Z (almost 4 years ago)
- Last Synced: 2024-11-19T18:01:39.920Z (3 months ago)
- Language: Python
- Size: 20.5 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# soc_recon
MIT License Copyright (c) 2018 tbakuninPlease read LICENSE for the licensing of Soc_Recon
# Features
Soc_Recon is a Proof-of-Concept project that uses information about social network's users' to gain additional info about them.# Installation
The whole project is written in Python 3 which makes installation pretty straightforward
### Install dependencies
```
pacman -S igraph
pip3 install networkx, vk_api, matplotlib, python-igraph
```### Download and run
```
git clone https://github.com/tbakunin/soc_recon.git
cd soc_recon
python3 main.py
```
### VK API
One needs to have a VK account to work with its API