Skip to content

Instantly share code, notes, and snippets.

View zone13's full-sized avatar

zone13.io zone13

View GitHub Profile
@zone13
zone13 / motioneyeos_tweet.py
Last active September 1, 2022 20:46
Python script to post an alert tweet when motion is detected by MotionEyeOS
#!/usr/bin/env python
##########################################################################
### Python Script to post a tweet when motion is detected by MotionEyeOS
### run 'sudo pip install python-twitter' before execution
### Author: Sid
### https://zone13.io
### Version 1.0
##########################################################################
@zone13
zone13 / motioneyeos_media_tweet.py
Created March 27, 2017 22:18
Python script to post an alert tweet with latest captured image when motion is detected by MotionEyeOS
#!/usr/bin/env python
##########################################################################
### Python Script to post a tweet when motion is detected by MotionEyeOS
### This script also attaches the latest image captured.
### IMPORTANT: Ensure that tweets are protected in the dummy account.
### run 'sudo pip install python-twitter' before execution
### Author: Sid
### https://zone13.io
### Version 1.0
@zone13
zone13 / motioneyeos_direct_message.py
Created March 27, 2017 22:19
Python script to send a Direct message when motion is detected by MotionEyeOS
#!/usr/bin/env python
##########################################################################
### Python Script to send a Direct Message to your official Twitter handle
### run 'sudo pip install python-twitter' before execution
### Author: Sid
### https://zone13.io
### Version 1.0
##########################################################################