Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/negezor/vk-cleaner
Cleans your personal VK page
https://github.com/negezor/vk-cleaner
clear delete gdpr vk
Last synced: 3 months ago
JSON representation
Cleans your personal VK page
- Host: GitHub
- URL: https://github.com/negezor/vk-cleaner
- Owner: negezor
- License: mit
- Created: 2021-05-26T05:30:11.000Z (over 3 years ago)
- Default Branch: master
- Last Pushed: 2024-04-18T07:18:45.000Z (9 months ago)
- Last Synced: 2024-10-04T13:31:21.650Z (4 months ago)
- Topics: clear, delete, gdpr, vk
- Language: TypeScript
- Homepage:
- Size: 3.12 MB
- Stars: 19
- Watchers: 2
- Forks: 0
- Open Issues: 3
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# 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](https://nodejs.org/) 20.0.0 or newer is required**> **[VK Archive](https://vk.com/data_protection?section=rules&scroll_to_archive=1) with comments and likes**
## Simple usage
### Windows 10 build 17063 or higher
- Unpack VK Archive to `Archive` folder
- Open a terminal in near `Archive` folder (TIP: Hold Shift and right-click in the folder, then select `Open command windows here` or just right-click in the folder, then select `Open in Terminal`)
- Typing `curl -s https://raw.githubusercontent.com/negezor/vk-cleaner/master/dist/cleaner.mjs > cleaner.mjs` in terminal and Enter
- Typing `node cleaner.mjs` in terminal and Enter
- Follow the script instructions
- Congratulations!### Windows
- Unpack VK Archive to `Archive` folder
- Download the [script](https://raw.githubusercontent.com/negezor/vk-cleaner/master/dist/cleaner.mjs) 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` or just right-click in the folder, then select `Open in Terminal`)
- Typing `node cleaner.mjs` in 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.mjs > cleaner.mjs && node cleaner.mjs` in terminal and Enter
- Follow the script instructions
- Congratulations!## Manual build
```sh
git clone https://github.com/negezor/vk-cleaner.git
cd vk-cleaner
npm run install
npm run build
node dist/cleaner.mjs
```