This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#!/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 | |
########################################################################## |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#!/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 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#!/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 | |
########################################################################## |