Metadata-Version: 2.4
Name: vk_scripts
Version: 1.0.4
Summary: Scripts to stalk people on VK
Author-email: Egor Tensin <Egor.Tensin@gmail.com>
License-Expression: MIT
Project-URL: Homepage, https://github.com/egor-tensin/vk-scripts
Project-URL: Bug Tracker, https://github.com/egor-tensin/vk-scripts/issues
Classifier: Development Status :: 4 - Beta
Requires-Python: >=3.4
Description-Content-Type: text/markdown
License-File: LICENSE.txt
Requires-Dist: importlib-metadata~=4.0; python_version < "3.8"
Requires-Dist: matplotlib
Dynamic: license-file

VK scripts
==========

[![CI](https://github.com/egor-tensin/vk-scripts/actions/workflows/ci.yml/badge.svg)](https://github.com/egor-tensin/vk-scripts/actions/workflows/ci.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/

### Releases

Make a git tag:

    git tag "v$( python -m setuptools_scm --strip-dev )"

You can then review that the tag is fine and push w/ `git push --tags`.

License
-------

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

[LICENSE.txt]: LICENSE.txt
