diff --git a/example.config.yaml b/example.config.yaml index 0c568c2..9026ad4 100644 --- a/example.config.yaml +++ b/example.config.yaml @@ -39,6 +39,11 @@ secrets: # optional, but allows access to more content such as large videos, talk to @botfather bot_token: your bot-token + # vkontakte (vk.com) credentials + vk: + username: "phone number or email" + password: "password" + google_sheets: # local filename: defaults to service_account.json, see https://gspread.readthedocs.io/en/latest/oauth2.html#for-bots-using-service-account service_account: "service_account.json"