VK-Cleaner
Clears your personal page using GDPR data.
Features
- Delete comments in wall, posts, photos, videos and markets
- Delete likes in wall, posts, photos, videos and markets
- Visual feedback to actions
Requirement
Node.js 14.0.0 or newer is required
VK Archive with comments and likes
Simple usage
Windows
- Unpack VK Archive to Archive folder
- Download the script and put it next to the Archive folder
- Open a terminal in near Archive folder (TIP: Hold Shift and right-click in the folder, then select
Open command windows here) - Typing
node cleaner.jsin terminal and Enter - Follow the script instructions
- Congratulations!
Linux
- Unpack VK Archive to Archive folder
- Open a terminal in near Archive folder
- Typing
curl -s https://raw.githubusercontent.com/negezor/vk-cleaner/master/dist/cleaner.js > cleaner.js && node cleaner.jsin terminal and Enter - Follow the script instructions
- Congratulations!
Manual build
git clone https://github.com/negezor/vk-cleaner.git
cd vk-cleaner
npm run install
npm run build
node dist/cleaner.js

