Metadata-Version: 2.1
Name: vk2telegraph
Version: 0.3
Summary: This script translate VK articles to Telegra.ph posts
Home-page: https://github.com/kristaller486/vk2telegraph
Author: Kristaller
Keywords: vk,telegraph,vk posts,telegra.ph
Classifier: Development Status :: 4 - Beta
Classifier: Topic :: Internet
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python :: 3 :: Only
Classifier: Programming Language :: Python :: 3.6
Classifier: Programming Language :: Python :: 3.7
Classifier: Programming Language :: Python :: 3.8
Classifier: Programming Language :: Python :: 3.9
Classifier: Programming Language :: Python :: 3.10
Classifier: Programming Language :: Python :: Implementation :: PyPy
Description-Content-Type: text/markdown
License-File: LICENSE

# VK2TELEGRAPH [![PyPI](https://img.shields.io/pypi/pyversions/vk2telegraph.svg?style=plastic)](https://github.com/kristaller486/vk2telegraph)

_A simple script that publishes articles from VK in Telegra.ph_

## Installation

To install vk2telegraph with pip, run: `pip install vk2telegraph`

## Usage

You can create telegra.ph arcticle:
```bash
python -m vk2telegraph [url]
```

For example

```bash
python -m vk2telegraph https://vk.com/@sample-article
```

## License

Licensed under the
[MIT](https://github.com/kristaller486/vk2telegraph/blob/main/LICENSE) License.
