From 6bba781c496ad692d1bce21c561abab7e971e061 Mon Sep 17 00:00:00 2001 From: Egor Tensin Date: Fri, 12 Feb 2016 08:16:26 +0300 Subject: rename the scripts --- README.md | 15 ++++++++------- 1 file changed, 8 insertions(+), 7 deletions(-) (limited to 'README.md') diff --git a/README.md b/README.md index 980c5f4..4ee74f8 100644 --- a/README.md +++ b/README.md @@ -4,27 +4,28 @@ A collection of scripts abusing VK.com API. ## Usage -To use this software, you need to be able to run Python 3 scripts. +To use this software, you need to be able to run Python 3 scripts (3.4 or higher +is required). -### track_online.py +### track_status.py Track when people go online/offline: - track_online.py [-h] [-t TIMEOUT] [-l LOG] UID [UID ...] + track_status.py [-h] [-t TIMEOUT] [-l LOG] UID [UID ...] For example, - track_online.py egor.tensin id5245998 + track_status.py egor.tensin id5245998 -### print_mutual_friends.py +### mutual_friends.py Learn who your ex and her new boyfriend are both friends with: - print_mutual_friends.py [-h] UID [UID ...] + mutual_friends.py [-h] UID [UID ...] For example, - print_mutual_friends.py egor.tensin durov + mutual_friends.py egor.tensin durov ## Licensing -- cgit v1.2.3