Advertisement
Guest User

Untitled

a guest
Jul 5th, 2019
110
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.18 KB | None | 0 0
  1. vk_session = vk_api.VkApi("login", "password")
  2. vk_session.auth()
  3. vk = vk_session.get_api()
  4. friends_vk = vk.friends.get(owner_id="id", count=5, filter='random')
  5.  
  6. print(friends_vk)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement