Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/empenoso/vk-mass-liking-script
This repository contains a JavaScript script for automatically liking the latest posts of your VK friends. It's designed to simulate social engagement without requiring manual interaction.
https://github.com/empenoso/vk-mass-liking-script
mass-liking vk vk-api vkontakte
Last synced: about 22 hours ago
JSON representation
This repository contains a JavaScript script for automatically liking the latest posts of your VK friends. It's designed to simulate social engagement without requiring manual interaction.
- Host: GitHub
- URL: https://github.com/empenoso/vk-mass-liking-script
- Owner: empenoso
- License: mit
- Created: 2025-01-07T14:53:09.000Z (11 days ago)
- Default Branch: main
- Last Pushed: 2025-01-16T03:46:35.000Z (3 days ago)
- Last Synced: 2025-01-16T04:36:40.659Z (3 days ago)
- Topics: mass-liking, vk, vk-api, vkontakte
- Language: JavaScript
- Homepage:
- Size: 10.7 KB
- Stars: 3
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# VK Mass Liking Script
This repository contains a JavaScript script for automatically liking the latest posts of your VK friends. It's designed to simulate social engagement without requiring manual interaction.
## Description
This script leverages the `vk-io` library to interact with the VK API. It retrieves the latest posts from your friends' walls, checks if you've already liked them, and automatically adds a like if not. This script is for personal use only. Use at your own risk; excessive or inappropriate use could lead to account restrictions or bans.
Detailed description: https://habr.com/ru/articles/871966/
## Disclaimer
This script is provided "as is" and without any warranty. Use it at your own risk. VK's API terms of service may change, potentially rendering this script inoperable or subject to penalties.
Important Considerations* Friend Selection: Thoroughly review your friend list before running the script. Remove any friends whose content you might find objectionable, including those posting potentially harmful or illegal content.
* Rate Limiting: The script includes a delay to avoid exceeding VK's API rate limits. Adjust the delay as needed to avoid account restrictions.
* Error Handling: The script includes error handling for friend's posts and other potential issues. Inspect the console output for any errors.
* Account Safety: Avoid using this script on accounts you don't want to risk. Always test on a separate, secondary account if possible.
## Contributing
Pull requests are welcome. Please adhere to consistent code style and add comprehensive tests.
License---
This project is licensed under the MIT License - see the LICENSE file for details.