2022-07-07 19:46:34 +03:00
|
|
|
[mastodon]
|
2022-08-28 17:05:32 +03:00
|
|
|
API_URL = 'https://mastodon.social/api/v1'
|
|
|
|
API_ACCESS_TOKEN = 'your_access_token_here'
|
2022-07-07 19:46:34 +03:00
|
|
|
|
|
|
|
[vk]
|
2022-08-28 17:05:32 +03:00
|
|
|
API_URL = 'https://api.vk.com/method'
|
2022-07-07 19:46:34 +03:00
|
|
|
API_VERSION = 5.131
|
2022-08-28 17:05:32 +03:00
|
|
|
API_ACCESS_TOKEN = 'your_access_token_here'
|
|
|
|
GROUP_DOMAIN = 'apiclub'
|
2022-07-07 19:46:34 +03:00
|
|
|
|
|
|
|
[bridge]
|
|
|
|
POLLING_TIME = 300
|
|
|
|
REQUEST_DELAY = 1
|