Thumbnail

rani/matterbridge.git

Clone URL: https://git.buni.party/rani/matterbridge.git

Viewing file on branch master

1# VK
2
3- Status: ???
4- Maintainers: ???
5- Features: ???
6
7## Configuration
8
9**Basic configuration example:**
10
11```toml
12[vk.myvk]
13# Access token
14Token="Yourtokenhere"
15```
16
17## FAQ
18
19### How to create an Access Token for my matterbridge bot?
20
211. Create new Community
222. Manage > API Usage > Create Token
233. Select scope as in the screenshot
24
25![scope](https://user-images.githubusercontent.com/37155836/105666803-e2cfbf00-5efb-11eb-8d8a-5c674309336f.png)
26
274. Enable longpoll at version 5.126 and enable Message received event
28
29![](https://user-images.githubusercontent.com/37155836/105666939-36420d00-5efc-11eb-9fa1-418aa9cb4a3f.png)
30![](https://user-images.githubusercontent.com/37155836/105667066-7903e500-5efc-11eb-9d31-d5cca5a7aac3.png)
31
32## How to get channel ID for vk for my matterbridge bot?
33
34Start matterbridge in debug mode, then send a message in the chat where the bot is. Look for the chat's `PeerID` (usually a number that starts from `2000000000`).
35