Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/unkwusr/vk-tg-suckling-user-bot
- Owner: UnkwUsr
- License: gpl-2.0
- Created: 2023-11-18T05:24:55.000Z (12 months ago)
- Default Branch: master
- Last Pushed: 2024-05-15T14:20:15.000Z (6 months ago)
- Last Synced: 2024-10-10T13:23:18.576Z (29 days ago)
- Topics: bot, bridge, telegram, tg, user-bot, vk, vkontakte
- Language: Python
- Homepage:
- Size: 24.4 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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
```