PY script : using vk_api : grab all audios from current user and all photos from current user including starred photos.
What this will do?
- Grab all audios for specified owner id, save them to specified folder. Skips already existed files. Filename pattern will be artist - title.mp3. Supports unicode names.
- Grab all photos for specified owner id, including wall photos, saved photos and avatars, save them to specified folder. Trying to get largest photo (up to 5MP). Skips already existed files.
- Grab all starred(fave) photos for current user, save them to folder, skip existing files.
To get started:
- Run script
- Enter credentials
- Wait
P.S. you may comment out either audiograbber.grab or photograbber.grab if you don't need this functionality