aboutsummaryrefslogblamecommitdiffstatshomepage
path: root/README.md
blob: 84481912cc5b5f0b9ae7611506ba28c66cda1eb5 (plain) (tree)
1
2
3
4
5
6
7
8
9
          




                                           

                                                                                
 
                   
 
                                    
 
                                                                   


            
                                     
 
                     
 
                                                              
 
                                               


            
                                         


            

                                                                              
                            
# VK tools

A collection of scripts abusing VK.com API.

## Usage

To use this software, you need to be able to run Python 3 scripts (3.4 or higher
is required).

### track_status.py

Track when people go online/offline.

    usage: track_status.py [-h] [-t TIMEOUT] [-l LOG] UID [UID ...]

For example,

    > track_status.py egor.tensin id1

### mutual_friends.py

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

    usage: mutual_friends.py [-h] UID [UID ...]

For example,

    > 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 for details.