Skip to content
This repository has been archived by the owner on Mar 21, 2022. It is now read-only.

Latest commit

 

History

History
28 lines (19 loc) · 602 Bytes

README.md

File metadata and controls

28 lines (19 loc) · 602 Bytes

VK Likes finder

Find posts on vk.com which are marked as liked by some target user.

Downloading & requirements installation

git clone --recursive https://github.com/MikeWent/vk-likes-finder.git
cd vk-likes-finder
pip3 install --user --upgrade -r requirements.txt

Updating

cd vk-likes-finder
git pull
git submodule update --recursive
pip3 install --user --upgrade -r requirements.t

Usage

Simply run the script and follow instructions. Script works with personal token access, so you need to provide working credentials (or access token).

License

GNU GPLv3