aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/README.md
diff options
context:
space:
mode:
authorEgor Tensin <Egor.Tensin@gmail.com>2015-05-06 06:02:02 +0300
committerEgor Tensin <Egor.Tensin@gmail.com>2015-05-06 06:02:02 +0300
commit0651896fa9dd3afc42f0080c58e7aa97308e9c96 (patch)
tree20d4f10975b2403a638a2008cb4168ac4bc46454 /README.md
downloadvk-scripts-0651896fa9dd3afc42f0080c58e7aa97308e9c96.tar.gz
vk-scripts-0651896fa9dd3afc42f0080c58e7aa97308e9c96.zip
initial commit
Diffstat (limited to 'README.md')
-rw-r--r--README.md32
1 files changed, 32 insertions, 0 deletions
diff --git a/README.md b/README.md
new file mode 100644
index 0000000..5d40a48
--- /dev/null
+++ b/README.md
@@ -0,0 +1,32 @@
+# 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 for details.