Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/tsoyolv/vk-add-mutual-friends
Console app that adds mutual friends who have common friends amount >= n with random time delay and after it adds all mutual friends, it is continue to add mutual friends with more common friends amount (incremented by 1). It continues till the moment when there is no mutual friends.
https://github.com/tsoyolv/vk-add-mutual-friends
commandline-interface python python3 social-network vk vk-api vkontakte
Last synced: 22 days ago
JSON representation
Console app that adds mutual friends who have common friends amount >= n with random time delay and after it adds all mutual friends, it is continue to add mutual friends with more common friends amount (incremented by 1). It continues till the moment when there is no mutual friends.
- Host: GitHub
- URL: https://github.com/tsoyolv/vk-add-mutual-friends
- Owner: tsoyolv
- Created: 2018-07-31T10:15:25.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2022-12-08T02:21:22.000Z (almost 2 years ago)
- Last Synced: 2024-07-30T21:00:06.207Z (4 months ago)
- Topics: commandline-interface, python, python3, social-network, vk, vk-api, vkontakte
- Language: Python
- Homepage:
- Size: 35.2 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# vk-add-mutual-friends - Console App that adds all mutual friends in VK who have common friends amount >= n
Console app that adds mutual friends who have common friends amount >= n with random time delay and after it adds all mutual friends, it is continue to add
mutual friends with more common friends amount (incremented by 1). It continues till the moment when there is no mutual friends.Requirements:
-
1. VK account
2. Python 3 and higherStart
-
To start application locally you need to:
1. install vk_api. [pip install vk_api] (https://github.com/python273/vk_api)
2. Start addAllMutualFriends.py
3. Enter your login/password and mutual friends amountTo start application that removes all outgoing requests for friends you need to:
1. install vk_api. [pip install vk_api] (https://github.com/python273/vk_api)
2. Start removeAllOutgoingRequests.py
3. Enter your login/password