Metadata-Version: 2.1
Name: vk_scripts
Version: 1.0.1
Summary: Scripts to stalk people on VK
Home-page: https://github.com/egor-tensin/vk-scripts
Author: Egor Tensin
Author-email: Egor.Tensin@gmail.com
License: MIT
Project-URL: Bug Tracker, https://github.com/egor-tensin/vk-scripts/issues
Platform: UNKNOWN
Classifier: Development Status :: 4 - Beta
Classifier: License :: OSI Approved :: MIT License
Requires-Python: >=3.4
Description-Content-Type: text/markdown
License-File: LICENSE.txt

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] &mdash; Learn who your ex and her new boyfriend are both friends
with.
* [vk-status] &mdash; Track when people go online/offline.
* [vk-sessions] &mdash; 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


