Skip to content

zimmermanc/export_users_csv

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 

Repository files navigation

RedLock user export

Version: 1.0 Author: Eddie Beuerlein

Summary

This script will create a csv file that contains the user data from the configuration section of the RedLock UI.

Requirements and Dependencies

  1. Python 2.7.10 or newer

  2. OpenSSL 1.0.2 or newer

(if using on Mac OS, additional items may be nessessary.)

  1. Pip

sudo easy_install pip

  1. Requests (Python library)

sudo pip install requests

  1. YAML (Python library)

sudo pip install pyyaml

Configuration

  1. Navigate to export_users_csv/config/configs.yml

  2. Fill out your RedLock username, password, and customer name - if you are the only customer in your account then leave this blank.

Run

python runner.py

About

Export user data from RedLock UI

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 100.0%