mirror of
https://github.com/42wim/matterbridge.git
synced 2025-05-29 10:57:39 +02:00
Created Section VK (basic) (markdown)
parent
0907fbfea8
commit
85008014b1
30
Section-VK-(basic).md
Normal file
30
Section-VK-(basic).md
Normal file
@ -0,0 +1,30 @@
|
|||||||
|
```toml
|
||||||
|
[vk.myvk]
|
||||||
|
#Group access token
|
||||||
|
Token="Yourtokenhere"
|
||||||
|
|
||||||
|
#Group ID
|
||||||
|
#For example in URL https://vk.com/public168963511 group ID is 168963511
|
||||||
|
GroupID=123456789
|
||||||
|
|
||||||
|
#If enabled this will relay attachments as URLs
|
||||||
|
UseFileURL=false
|
||||||
|
```
|
||||||
|
# Setup
|
||||||
|
|
||||||
|
1. Create new group
|
||||||
|
2. Manage > API Usage > Create Token
|
||||||
|
3. Select scope as in the screenshot
|
||||||
|
|
||||||
|

|
||||||
|
|
||||||
|
4. Enable longpoll at version 5.126 and enable Message received event
|
||||||
|
|
||||||
|

|
||||||
|

|
||||||
|
|
||||||
|
5. Get GroupID from group URL
|
||||||
|
```
|
||||||
|
https://vk.com/public168963511
|
||||||
|
^^^^^^^^^
|
||||||
|
```
|
Loading…
x
Reference in New Issue
Block a user