Documentation and Naming

Update Naming conventions and Docs
This commit is contained in:
philipyun103 2016-08-07 01:09:23 -07:00
parent 1fb557b178
commit 9f71ca3a36
3 changed files with 16 additions and 3 deletions

View file

@ -1,5 +1,5 @@
from __future__ import unicode_literals
from client import client as sc
from client import slack_client as sc
for user in sc.api_call("users.list")["members"]:
print(user["name"], user["id"])