Skip to content

small script to find Unifi cameras that come and go on the unifi website

Notifications You must be signed in to change notification settings

tullytim/unifi_scraper

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 

Repository files navigation

unifi_scraper

Small script to find Unifi cameras that come and go on the unifi website. When the script finds a delta, it sends a text to the to_num number with a list of the available items.

Usage

python3 unifi.py config.yml

Example config.yml

---
 twilio_sid: "your sid"
 twilio_token: "your token"
 from_num: 'your from number'
 to_num: 'your to number'
 sleep_time_secs: 300

About

small script to find Unifi cameras that come and go on the unifi website

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages