Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/unkwusr/vk-tg-suckling-user-bot

Bridge messages from vk.com to telegram. One-way only
https://github.com/unkwusr/vk-tg-suckling-user-bot

bot bridge telegram tg user-bot vk vkontakte

Last synced: 8 days ago
JSON representation

Bridge messages from vk.com to telegram. One-way only

Awesome Lists containing this project

README

        

# vk-tg-suckling-user-bot

This is one-way bridge for messages from vkontakte to telegram (hence
"suckling", it sucks (messages) from vk).

This is user bot, meaning that it uses user auth tokens. I don't know does it
work with group tokens because I don't have one. But probably it should works
too.

## Setup

Rename `config.py.example` to `config.py` and edit its content according to the
template.

Install dependencies:

```
pip install -r requirements.txt
```

Run bot:

```
python main.py
```

Or if you running it on server, you may want use script that write logs to file
and restarts bot if it fails (but be careful: it will still infinitely
restarting if you have syntax errors in config file):

```
./run_bot_vk_tg.sh
```