diff options
author | Egor Tensin <Egor.Tensin@gmail.com> | 2016-02-12 08:16:26 +0300 |
---|---|---|
committer | Egor Tensin <Egor.Tensin@gmail.com> | 2016-02-12 08:16:26 +0300 |
commit | 6bba781c496ad692d1bce21c561abab7e971e061 (patch) | |
tree | 8b2498ada3907e548eb6b29e2c127407493b3367 | |
parent | refactoring (diff) | |
download | vk-scripts-6bba781c496ad692d1bce21c561abab7e971e061.tar.gz vk-scripts-6bba781c496ad692d1bce21c561abab7e971e061.zip |
rename the scripts
-rw-r--r-- | README.md | 15 | ||||
-rw-r--r-- | mutual_friends.py (renamed from print_mutual_friends.py) | 0 | ||||
-rw-r--r-- | track_status.py (renamed from track_online.py) | 0 |
3 files changed, 8 insertions, 7 deletions
@@ -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 diff --git a/print_mutual_friends.py b/mutual_friends.py index 9de77cb..9de77cb 100644 --- a/print_mutual_friends.py +++ b/mutual_friends.py diff --git a/track_online.py b/track_status.py index 2c6776e..2c6776e 100644 --- a/track_online.py +++ b/track_status.py |