From 2f02336403dd186d6041682b237b82a75902838d Mon Sep 17 00:00:00 2001 From: msramalho <19508417+msramalho@users.noreply.github.com> Date: Wed, 15 Jun 2022 17:18:47 +0200 Subject: [PATCH] example config --- example.config.yaml | 5 +++++ 1 file changed, 5 insertions(+) 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"