Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/0h-n0/linesend

send a message from command line to LINE service.
https://github.com/0h-n0/linesend

Last synced: about 2 months ago
JSON representation

send a message from command line to LINE service.

Awesome Lists containing this project

README

        

# 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
```