л(
Size: a a a
л(
P
P
r
r
def auth_handler(self):
self.auth_token = str(input("Input your auth token here pls: ")).strip(' ').strip('.')
self.remb_dev = True
return self.auth_token, self.remb_dev
def login_with_token(self):
vk_session = vk_api.VkApi(
login=VkAuth.login,
password=VkAuth.password,
api_version='5.103',
scope=vk_api.VkUserPermissions.MESSAGES,
app_id=2685278,
auth_handler=self.auth_handler,
)
r
r
P
def auth_handler(self):
self.auth_token = str(input("Input your auth token here pls: ")).strip(' ').strip('.')
self.remb_dev = True
return self.auth_token, self.remb_dev
def login_with_token(self):
vk_session = vk_api.VkApi(
login=VkAuth.login,
password=VkAuth.password,
api_version='5.103',
scope=vk_api.VkUserPermissions.MESSAGES,
app_id=2685278,
auth_handler=self.auth_handler,
)
S
л(
л(
л(
л(
л(
л(
MV
S
S
л(
S