This commit is contained in:
ge
2022-05-21 02:27:14 +03:00
commit 12134e4bb8
6 changed files with 248 additions and 0 deletions

6
.env.example Normal file
View File

@ -0,0 +1,6 @@
export MASTODON_API_URL='https://mastodon.social/api/v1'
export MASTODON_API_ACCESS_TOKEN='your access token here'
export VK_API_URL='https://api.vk.com/method'
export VK_API_VERSION='5.131'
export VK_API_ACCESS_TOKEN='your access token here'
export VK_GROUP_DOMAIN='apiclub'