From eaec335cf8bcf662829569ed1ee6c14dfaa3a88b Mon Sep 17 00:00:00 2001 From: Egor Tensin Date: Thu, 19 May 2016 02:35:46 +0300 Subject: README update --- README.md | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/README.md b/README.md index 4ee74f8..8448191 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,4 @@ -# VK scripts +# VK tools A collection of scripts abusing VK.com API. @@ -9,26 +9,26 @@ is required). ### track_status.py -Track when people go online/offline: +Track when people go online/offline. - track_status.py [-h] [-t TIMEOUT] [-l LOG] UID [UID ...] + usage: track_status.py [-h] [-t TIMEOUT] [-l LOG] UID [UID ...] For example, - track_status.py egor.tensin id5245998 + > track_status.py egor.tensin id1 ### mutual_friends.py -Learn who your ex and her new boyfriend are both friends with: +Learn who your ex and her new boyfriend are both friends with. - mutual_friends.py [-h] UID [UID ...] + usage: mutual_friends.py [-h] UID [UID ...] For example, - mutual_friends.py egor.tensin durov + > 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. +See LICENSE.txt for details. -- cgit v1.2.3