aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/README.md
blob: 549dbf25314dda95342d4a3023f32c3e193ef20c (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
# VK scripts

A collection of scripts abusing VK.com API.

## Usage

To use this software, you need to be able to run Python 3 scripts.

### track_online.py

Track when people go online/offline:

    track_online.py [SCREEN_NAME...]

For example,

    track_online.py egor.tensin id5245998

### print_mutual_friends.py

Learn who your ex and her new boyfriend are both friends with:

    print_mutual_friends.py [SCREEN_NAME...]

For example,

    print_mutual_friends.py egor.tensin durov

## Licensing

This project, including all of the files and their contents, is licensed under
the terms of the MIT License.
See [LICENSE.txt](LICENSE.txt) for details.