motion跟sh跟py還有telegram bot的問題 - Linux
![Zora avatar](/img/cat1.jpg)
By Zora
at 2017-08-21T12:58
at 2017-08-21T12:58
Table of Contents
小弟我在Rpi上裝了
motion(搭配logetic C310)當監視系統
主要是照這篇做的
https://goo.gl/A8Phe1
(https://blog.gtwang.org/ 的網站)
在motion 的 on_picture_save 事件呼叫一個sh檔
#!/bin/bash
# 名稱:picture_save.sh
# 說明:將儲存的照片以 Email 發送
filename=$1
mpack -s "發現變動畫面" $filename <email address>
python send_pic_tel_bot.py $filename
send_pic_tel_bot.py
import telepot
import sys
# Connect to our bot
bot = telepot.Bot(token="****bot_botken****")
# Sets the id for the active chat
chat_id=*********
# Sends a message to the chat
bot.sendPhoto(chat_id=chat_id, photo=open(sys.argv[1], 'rb'))
如果我下指令./picture_safe.sh pic.jpg 或 python send_pic_tel_bot.py pic.jpg
telegram跟email都可以收到照片
可是透過motion來做就只有email會收到
請問各位前輩這是哪裡出問題了嗎
謝謝
--
███◣ ██◣ ███◣ ██◣ █◣ ███◣ █◣◥◣ █◣◥◣
████ ███◣ ████ ◥██ ██ ◥███ ██◣█ ██◣█
██▆▆ █▉▉▉ ██▆█ ◣ █ ███◣ ◣◢█◤ ████ ████
◥▆▆█ ◥▉◥▉ ◥█ █ ◥██ ◥███ ◥███ ◥█◣█ ◥██◤ ★
▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▃▃▃▃▂▂▂▁▁
--
motion(搭配logetic C310)當監視系統
主要是照這篇做的
https://goo.gl/A8Phe1
(https://blog.gtwang.org/ 的網站)
在motion 的 on_picture_save 事件呼叫一個sh檔
#!/bin/bash
# 名稱:picture_save.sh
# 說明:將儲存的照片以 Email 發送
filename=$1
mpack -s "發現變動畫面" $filename <email address>
python send_pic_tel_bot.py $filename
send_pic_tel_bot.py
import telepot
import sys
# Connect to our bot
bot = telepot.Bot(token="****bot_botken****")
# Sets the id for the active chat
chat_id=*********
# Sends a message to the chat
bot.sendPhoto(chat_id=chat_id, photo=open(sys.argv[1], 'rb'))
如果我下指令./picture_safe.sh pic.jpg 或 python send_pic_tel_bot.py pic.jpg
telegram跟email都可以收到照片
可是透過motion來做就只有email會收到
請問各位前輩這是哪裡出問題了嗎
謝謝
--
███◣ ██◣ ███◣ ██◣ █◣ ███◣ █◣◥◣ █◣◥◣
████ ███◣ ████ ◥██ ██ ◥███ ██◣█ ██◣█
██▆▆ █▉▉▉ ██▆█ ◣ █ ███◣ ◣◢█◤ ████ ████
◥▆▆█ ◥▉◥▉ ◥█ █ ◥██ ◥███ ◥███ ◥█◣█ ◥██◤ ★
▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▃▃▃▃▂▂▂▁▁
--
Tags:
Linux
All Comments
![Regina avatar](/img/cat2.jpg)
By Regina
at 2017-08-21T20:11
at 2017-08-21T20:11
![Anonymous avatar](/img/cat1.jpg)
By Anonymous
at 2017-08-23T08:57
at 2017-08-23T08:57
Related Posts
Ubuntu快速鍵有時有有時沒有
![Jacob avatar](/img/bee.jpg)
By Jacob
at 2017-08-19T00:25
at 2017-08-19T00:25
chrome每次都會出現『未正確關閉』
![Poppy avatar](/img/beret.jpg)
By Poppy
at 2017-08-18T22:25
at 2017-08-18T22:25
請問有推薦適合用在平板的Linux嗎?
![Agatha avatar](/img/girl1.jpg)
By Agatha
at 2017-08-18T11:31
at 2017-08-18T11:31
新手起步求教學資訊問題
![Lauren avatar](/img/girl.jpg)
By Lauren
at 2017-08-18T02:32
at 2017-08-18T02:32
新手起步求教學資訊問題
![Catherine avatar](/img/woman-biz.jpg)
By Catherine
at 2017-08-17T09:45
at 2017-08-17T09:45