Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/maksimkurb/mebridgebot
Bridge between Telegram and VK
https://github.com/maksimkurb/mebridgebot
bot conversation mirroring telegram telegram-bot vk vk-bot vkontakte
Last synced: 18 days ago
JSON representation
Bridge between Telegram and VK
- Host: GitHub
- URL: https://github.com/maksimkurb/mebridgebot
- Owner: maksimkurb
- License: mit
- Archived: true
- Created: 2018-08-06T16:04:00.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2024-07-30T08:43:46.000Z (6 months ago)
- Last Synced: 2025-01-16T13:19:19.153Z (22 days ago)
- Topics: bot, conversation, mirroring, telegram, telegram-bot, vk, vk-bot, vkontakte
- Language: JavaScript
- Size: 359 KB
- Stars: 5
- Watchers: 3
- Forks: 0
- Open Issues: 3
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
## ⚠️📦 Repo is archived
Please consider using [BridgeBotNext](https://github.com/maksimkurb/BridgeBotNext) instead
# MeBridgeBot
Make a bridge between VK and Telegram groups!Add @MeBridgeBot to your conversations in [Telegram](https://t.me/MeBridgeBot) and [VK](https://vk.com/mebridgebot), allow them to read your messages (in VK you should make it in conversation settings, you must be Administrator to do this)
To connect chats, enter `/token` command in first chat to get a special command with secret key.
Enter this special command in another chat (it looks like `/connect $mbb1$1!9d8xxxxx00ca`) and your chats are connected now!## Screenshot
![Screenshot](https://raw.githubusercontent.com/maksimkurb/MeBridgeBot/master/docs/screenshot.jpg)## Environment variables
```
VK_TOKEN=b0****76 # VK token (required)
VK_POLLING_GROUP_ID=1******7 # VK polling group ID (required for community bot)
VK_PROXY=http://10.11.22.33:3128 # VK HTTP ProxyTG_TOKEN=1***************Q # Telegram token (required)
TG_API_ROOT=https://tg.reverse-proxy.com # Telegram bot api root (nginx reverse proxy)
TG_PROXY=http://10.11.22.33:3128 # Telegram HTTP ProxyDEBUG=bot*,vk-io*,telegraf* # (show debug information)
WELCOME_MESSAGE=Hello. This bot is sponsored by... # Welcome message. This will be sent to /start command after bot info
```