https://github.com/fuyutarow/line-parser
LINEのトーク履歴をパースしよう
https://github.com/fuyutarow/line-parser
cli line parser
Last synced: about 1 year ago
JSON representation
LINEのトーク履歴をパースしよう
- Host: GitHub
- URL: https://github.com/fuyutarow/line-parser
- Owner: fuyutarow
- Created: 2019-11-08T18:01:06.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2019-11-08T20:10:31.000Z (over 6 years ago)
- Last Synced: 2024-10-29T07:08:22.499Z (over 1 year ago)
- Topics: cli, line, parser
- Language: Rust
- Homepage:
- Size: 754 KB
- Stars: 1
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# LINE-parser
## Installation
```
brew install line-parser
```
## Usage
```
line-parser LINEchatroom.txt
```
## Project setup
### Compiles and minifies for production
```
cargo build --release
```