# line bot 製作筆記 `line config -t [token]` 發送訊息 ``` line push -u [id] -m [想要發送的訊息] ``` 發送貼圖 ``` line push -u [id] -s [貼圖編號] ``` 發送圖片 ``` line push -u [id] -i [圖片網址] ``` ###### tags: `linebot筆記`