Key features
- Cross-platform, supports Windows, Linux and macOS.
- Check selected user’s likes on his friends, public and group pages
- Customize the lists of public pages, groups and friends (for more see Customize the list of public pages, groups and friends):
- skip some pages,
- add pages (public pages or groups), on which selected user doesn’t subscribed
- add people with whom selected user is not friends
- Select the searching interval in hours
- Clear and handy authorization process to VK API: for more see Authorization methods
- Different report formats: for more see Reports
Getting started
- Download
vk-likesfinder_cli_win.exe (for Windows) or vk-likesfinder_cli_lin
(for Linux) or vk-likesfinder_cli_mac (for macOS) application.
- Run the application in command line:
vk-likesfinder-cli-<PLATFORM> --interval <INTERVAL>,
where
<PLATFORM> is win, lin or mac,
<USER> is person that should to be checked; supports short name of page (e.g., durov)
or user ID (e.g., 1),
<INTERVAL> is searching interval in hours till now, e.g., 10.
E.g.: vk-likesfinder-cli-win.exe --user durov --interval 10
See the full list of Supported command line options for more.
- If you did not provide access/service token through
--token option, or did not create
authorization_token.txt file with the token inside it in the directory with VK LikesFinder
binary/script, you will be redirected to user-interactive mode, where you can authorize to VK
using one of three methods (see Authorization methods for more):
- by providing login/password to VK API
- by generating access token through your browser
- by generating service token for your VK application
- Find the vk_likesfinder_report_***.html report in the directory where application was launched.