Metadata-Version: 2.1
Name: django-line-notification
Version: 1.0.5
Summary: UNKNOWN
Home-page: UNKNOWN
Author: Theerapat Singprasert
Author-email: theerapat.pkcn@gmail.com
License: UNKNOWN
Platform: UNKNOWN
License-File: LICENSE

In group chat must has line bot notify included.

Code example.

<div>from django_line_notification.line_notify import LINE</div>
<div>token = 'oiojweifIedDN0209%dp9icdfgergIJiw672gcu7wiu'</div>
<div>line = Line(token)</div>
<div>line.send_msg('foobar')</div>


