aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/doc/track_status.md
diff options
context:
space:
mode:
authorEgor Tensin <Egor.Tensin@gmail.com>2016-06-19 03:11:04 +0300
committerEgor Tensin <Egor.Tensin@gmail.com>2016-06-19 03:11:04 +0300
commiteb406cbf2c23a9116be92246098c487a131e144c (patch)
tree5db7bf9d8fbb98909fe7186759654792b3ff447c /doc/track_status.md
parentREADME update (diff)
downloadvk-scripts-eb406cbf2c23a9116be92246098c487a131e144c.tar.gz
vk-scripts-eb406cbf2c23a9116be92246098c487a131e144c.zip
doc/ -> docs/
Diffstat (limited to 'doc/track_status.md')
-rw-r--r--doc/track_status.md42
1 files changed, 0 insertions, 42 deletions
diff --git a/doc/track_status.md b/doc/track_status.md
deleted file mode 100644
index 8bbb380..0000000
--- a/doc/track_status.md
+++ /dev/null
@@ -1,42 +0,0 @@
-track_status.py
-===============
-
-Track when people go online/offline.
-
-Usage
------
-
-Run from the top-level directory using `python -m`.
-For example:
-
- > python -m bin.track_status -h
- usage: track_status.py [-h] [-t TIMEOUT] [-l LOG]
- [--output-format {csv,log,null}] [-o OUTPUT]
- UID [UID ...]
- ...
-
-For example (using made up user IDs/"screen names"),
-
- > track_status.py john.doe jane.smith
- [2016-06-18 01:43:34] John Doe is ONLINE.
- [2016-06-18 01:43:34] John Doe was last seen at 2016-06-18 01:33:58+03:00 using the official iPhone app.
- [2016-06-18 01:43:34] Jane Smith is OFFLINE.
- [2016-06-18 01:43:34] Jane Smith was last seen at 2016-06-18 01:15:47+03:00 using the web version (or an unrecognized app).
- [2016-06-18 01:59:09] Jane Smith went ONLINE.
- [2016-06-18 01:59:09] Jane Smith was last seen at 2016-06-18 01:59:07+03:00 using the official Android app.
- [2016-06-18 02:10:00] John Doe went OFFLINE.
- [2016-06-18 02:10:00] John Doe was last seen at 2016-06-18 01:54:58+03:00 using the official iPhone app.
- ...
-
-By default, the script produces a human-readable log.
-Use the `--log` parameter to write the log to a file.
-If you want to record when people go online/offline for [further analysis],
-specify the path to a database using the `--output` parameter.
-Be careful: if the file already exists, it will be overwritten!
-
-See also
---------
-
-* [License]
-
-[License]: ../README.md#license