Metadata-Version: 1.2
Name: linesend
Version: 1.0.4
Summary: .
Home-page: https://github.com/0h-n0/linesend
Author: Koji Ono
Author-email: koji.ono@exwzd.com
License: UNKNOWN
Description: # linensend
        
        send a message from command line to LINE service.
        
        
        ## Preperation
        
        1. register your email and password on LINE app in your phone.
        1. create a access token in https://notify-bot.line.me/ja/ .
        
        ## Installation
        
        ```shell
        $ pip install
        ```
        
        ## How to use
        
        ```shell
        $ linesend -t YOUR_TOKEN -m MESSAGE
        ```
        
        
        
Platform: UNKNOWN
Classifier: Programming Language :: Python :: 3.6
Requires-Python: >3.6
