| 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 |
| 14 | Token="Yourtokenhere" |
| 15 | ``` |
| 16 | |
| 17 | ## FAQ |
| 18 | |
| 19 | ### How to create an Access Token for my matterbridge bot? |
| 20 | |
| 21 | 1. Create new Community |
| 22 | 2. Manage > API Usage > Create Token |
| 23 | 3. Select scope as in the screenshot |
| 24 | |
| 25 |  |
| 26 | |
| 27 | 4. Enable longpoll at version 5.126 and enable Message received event |
| 28 | |
| 29 |  |
| 30 |  |
| 31 | |
| 32 | ## How to get channel ID for vk for my matterbridge bot? |
| 33 | |
| 34 | Start 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 | |