https://github.com/sashi0034/home-camera
ラズパイで撮影してSlack上で管理する防犯カメラ
https://github.com/sashi0034/home-camera
Last synced: 3 months ago
JSON representation
ラズパイで撮影してSlack上で管理する防犯カメラ
- Host: GitHub
- URL: https://github.com/sashi0034/home-camera
- Owner: sashi0034
- Created: 2022-02-04T02:38:42.000Z (over 3 years ago)
- Default Branch: master
- Last Pushed: 2022-02-20T04:50:42.000Z (over 3 years ago)
- Last Synced: 2025-03-14T16:11:50.520Z (3 months ago)
- Language: Python
- Size: 17.6 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# home-camera
# 📋 概要
ラズパイで撮影してSlack上で管理する防犯カメラです
# 🎒 準備
1. Webカメラを取り付けたラズパイ
2. `$ sudo apt-get install fswebcam`
3. `$ pip install slack_bolt` など
4. `settings.py`に`BOT_TOKEN`, `POST_CHANNEL`, `SLACK_APP_TOKEN`などを書き込みます# 🎥 実行
```
$ nohup sh camera.sh &
```で実行します
# 🧮 使い方
招待したボットがいるチャンネルで以下の操作ができます
コマンドを実行するときは`$`も含めます
- `$ ping`
- `$ stop`
- `$ start`
- `$ interval {seconds}`
- `$ kill`