Metadata-Version: 2.1
Name: vk2tg
Version: 0.1.3
Summary: Integration vk with Telegram
Home-page: https://github.com/uburuntu/vk2tg
Author: uburuntu
Author-email: bekbulatov.ramzan@ya.ru
License: GNU General Public License v3.0, see LICENSE file
Download-URL: https://github.com/uburuntu/vk2tg/archive/master.zip
Description: # 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)
        
Platform: UNKNOWN
Classifier: Development Status :: 3 - Alpha
Classifier: License :: OSI Approved :: GNU General Public License v3 (GPLv3)
Classifier: Programming Language :: Python :: 3
Description-Content-Type: text/markdown
