Guest User

Untitled

a guest
Nov 1st, 2017
362
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.27 KB | None | 0 0
  1. from steam import SteamClient
  2. from steam.client.builtins.friends import *
  3.  
  4. client = SteamClient()
  5.  
  6. client.cli_login(username="username", password="password")
  7. mok = SteamFriendlist(client)
  8. result = mok.__list__()
  9. print(result)
  10. client.run_forever()
Add Comment
Please, Sign In to add comment