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)
- Host: GitHub
- URL: https://github.com/uburuntu/vk2tg
- Owner: uburuntu
- License: gpl-3.0
- Created: 2018-03-10T15:37:43.000Z (about 8 years ago)
- Default Branch: master
- Last Pushed: 2018-06-20T22:01:15.000Z (almost 8 years ago)
- Last Synced: 2025-10-17T21:58:18.115Z (8 months ago)
- Language: Python
- Homepage:
- Size: 21.5 KB
- Stars: 3
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: readme.md
- License: LICENSE
Awesome Lists containing this project
README
# vk2tg
[](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)