Exception: Code is removed because of the request of LINE corporation
- 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.