fixing issues with upstream vk api

This commit is contained in:
msramalho
2024-07-16 16:05:35 +01:00
parent 73f17407c0
commit b2d462441e
5 changed files with 1112 additions and 1305 deletions

View File

@@ -59,7 +59,7 @@ class VkScraper:
password : str
Matching password on vk.com
token : str
Access token received after authenticating, can be found in the vl_config.v2.json file
Access token received after authenticating, can be found in the vk_config.v2.json file
session_file : str
File name where the VK session is saved so future logins are easier, this will not be created if token is passed
captcha_handler : func