An open API service indexing awesome lists of open source software.

https://github.com/uburuntu/vk2tg

Integration vk with Telegram (WIP)
https://github.com/uburuntu/vk2tg

Last synced: 5 months ago
JSON representation

Integration vk with Telegram (WIP)

Awesome Lists containing this project

README

          

# vk2tg

[![PyPI](https://img.shields.io/pypi/v/vk2tg.svg)](https://pypi.python.org/pypi/vk2tg)

Integration vk with Telegram

## Install

### Using pip

```
pip install vk2tg
```

Upgrade if needed:

```
pip install vk2tg --upgrade
```

### From source

```
git clone https://github.com/uburuntu/vk2tg.git
cd vk2tg
python setup.py install
```

## Usage

Examples:
* [Duplicate all vk events to Telegram](./examples/notify_all.py)
* [Repost all wall posts to Telegram](./examples/reposter.py)