From 351faf159b280134c3321ab80ac4d975a4e4204a Mon Sep 17 00:00:00 2001 From: Inga Lovinde <52715130+inga-lovinde@users.noreply.github.com> Date: Tue, 21 Aug 2018 20:50:16 +0300 Subject: [PATCH] Update README.md --- README.md | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 294e56b..963173d 100644 --- a/README.md +++ b/README.md @@ -1,11 +1,13 @@ # vkontakte-wall-cleaner Back up your wall contents, and remove potentially offending posts +Content warning: the code is of extremely poor quality, it was written in an hour, and not intended to be reused. + Usage: 1. `npm install` -2. Create new stand-alone VK app on https://vk.com/apps?act=manage , remember its client_id -3. Get your token on https://oauth.vk.com/authorize?client_id=CLIENT_ID&redirect_uri=https://oauth.vk.com/blank.html&display=page&scope=8192&response_type=token&v=5.80 , where CLIENT_ID is app id from the previous step (8192 means that script will have access to wall only). +2. Create new stand-alone VK app on https://vk.com/apps?act=manage , remember its client_id. +3. Create your token on https://oauth.vk.com/authorize?client_id=CLIENT_ID&redirect_uri=https://oauth.vk.com/blank.html&display=page&scope=8192&response_type=token&v=5.80 , where CLIENT_ID is app id from the previous step (8192 means that script will have access to wall only). 4. Edit `index.js`, substituting token placeholder for your token. 5. `node index`