carpedm20 / carpedm20/LINE

Can u Fix it?

Open
#78 1 comment 3 reactions 0 assignees View on GitHub
Dominant language
Python
Stars
827
Forks
189
PR merge metrics
No merged PRs in 30d

Description

i will kick all member from group, and this code is wrong , can u help me for fix this problem?
`#-*-coding: utf-8 *

from line import LineClient, LineGroup, LineContact

try:
client = LineClient("test@gmail.com", "test")
#client = LineClient(authToken="AUTHTOKEN")

except:
print "Login Failed"

authToken = client.authToken

print authToken,"\n"

group = LineGroup(client, client.groups[0])

print group

group.kickoutFromGroup()`

Contributor guide

No contributing guide indexed for this repository

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.