Downloads photos from VK dialogs
- Python 3.6+ (download page)
- VK access token (to obtain you can use vkhost.github.io)
- Clone the repo
git clone https://github.com/DiSonDS/vk_chat_photo_downloader.git
- Install PyPI packages
pip3 install -r requirements.txt
- Enter your VK access token in
settings.py
VK_USER_TOKEN = 'ENTER YOUR ACCESS TOKEN';
python3 vk_chat_photo_downloader.py