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

https://github.com/ryoppippi/line_plot

Line Plotter with python and plotly
https://github.com/ryoppippi/line_plot

graph plotly plotting python

Last synced: 12 months ago
JSON representation

Line Plotter with python and plotly

Awesome Lists containing this project

README

          

# Line Plot

# これは何

Line の送信履歴から日毎の送信件数をまとめてグラフに Plot します。

# 使い方

- トーク履歴をテキスト形式でエクスポートする([やり方はこちら](https://help.line.me/line/?lang=ja&contentId=20007388))
- このレポジトリをクローンする
- エクスポートしたテキストファイルを`line.txt`へ名称変更し、本レポジトリのルートディレクトリに配置(元の`line.txt`を置き換える)

```sh
docker compose up --build
```

[グラフサンプル](https://ryoppippi.github.io/line_plot/)

# License

The source code is licensed MIT. The website content is licensed CC BY 4.0,see LICENSE.