Skip to content

General utility scripts for accessing the UniFi server and data

Notifications You must be signed in to change notification settings

renocollective/unifi_scripts

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

UniFi Scripts

download_users.rb

Downloads user details using the UniFi API and stores the results as JSON in the users dir.

Requires the following environment variables:

UNIFI_USER=YOUR_USER_NAME
UNIFI_PASS=YOUR_PASSWORD
UNIFI_SERVER=YOUR_SERVER_IP:PORT

To use:

ruby download_users.rb

Note: you may want to use bundler if you're into that sort of thing.

About

General utility scripts for accessing the UniFi server and data

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages