Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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.
- Host: GitHub
- URL: https://github.com/0h-n0/linesend
- Owner: 0h-n0
- License: mit
- Created: 2019-01-10T04:10:13.000Z (about 6 years ago)
- Default Branch: master
- Last Pushed: 2019-01-10T05:12:41.000Z (about 6 years ago)
- Last Synced: 2024-11-09T09:49:11.014Z (3 months ago)
- Language: Python
- Size: 5.86 KB
- Stars: 2
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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
```