/vk-likes-finder

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

Primary LanguagePythonGNU General Public License v3.0GPL-3.0

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