Skip to content

Zhgong/motioneye

Repository files navigation

motioneye

Install and Use motioneye on raspberry pi

How to use

Use Send-bot python package

Create .env file

MESSAGE_TOKEN=<your-token>
SERVER_IP=<your-server-ip>
PORT=<your-port>

add lines to ~/.bashrc

export MESSAGE_TOKEN=<your-token>
export SERVER_IP=<your-server-ip>
export PORT=<your-port>
$ pip install .
$ send-bot "How are you doing?"

Or More easier way to just use curl to send message

This package is no needed anymore.

Push message with MotionNotification

with script motion-trig-command.sh

About

Install and Use motioneye on raspberry pi

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published