carpedm20 / carpedm20/LINE

Exception: Code is removed because of the request of LINE corporation

Open
#70 4 comments 0 reactions 0 assignees View on GitHub
Dominant language
Python
Stars
827
Forks
189
PR merge metrics
No merged PRs in 30d

Description

```
$ pip install line # line-0.8.0
$ ipython
In [1]: from line import LineClient, LineGroup, LineContact
In [2]: client = LineClient('ID', 'PASS')
Enter PinCode '1234' to your mobile phone in 2 minutes
---------------------------------------------------------------------------
Exception Traceback (most recent call last)
in ()
----> 1 client = LineClient('ID', 'PASS')

/usr/local/lib/python2.7/dist-packages/line/client.pyc in __init__(self, id, password, authToken, is_mac, com_name)
87
88 self.login()
---> 89 self.ready()
90
91 self.revision = self._getLastOpRevision()

/usr/local/lib/python2.7/dist-packages/line/api.pyc in ready(self)
61 to communicate with LINE server
62 """
---> 63 raise Exception("Code is removed because of the request of LINE corporation")
64
65 def updateAuthToken(self):
```

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.