aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/README.md
blob: 3a9b521de2ec053ea614f47f87ad135227b4921b (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
VK scripts
==========

[![Test](https://github.com/egor-tensin/vk-scripts/actions/workflows/test.yml/badge.svg)](https://github.com/egor-tensin/vk-scripts/actions/workflows/test.yml)

Scripts to stalk people on VK.

Installation
------------

    pip install vk-scripts


Python 3.4 or higher is required.
`vk-sessions` uses [matplotlib].

[matplotlib]: http://matplotlib.org/

Usage
-----

* [vk-mutuals] — Learn who your ex and her new boyfriend are both friends
with.
* [vk-status] — Track when people go online/offline.
* [vk-sessions] — View/visualize the amount of time people spend online.

[vk-mutuals]: docs/mutuals.md
[vk-status]: docs/status.md
[vk-sessions]: docs/sessions.md

Development
-----------

### Linting

Requires [Pylint].

    pylint vk

[Pylint]: https://www.pylint.org/

License
-------

Distributed under the MIT License.
See [LICENSE.txt] for details.

[LICENSE.txt]: LICENSE.txt