Skip to content

Instantly share code, notes, and snippets.

View fredless's full-sized avatar
👨‍🚀
far out

Fred Nielsen fredless

👨‍🚀
far out
View GitHub Profile
@fatred
fatred / get_end_user_list.py
Created December 30, 2015 00:28
prob_of_net-cucm_pt2
import ssl
from suds.client import Client
import logging
# ignore ssl pain
ssl._create_default_https_context = ssl._create_unverified_context
# setup creds for auth
username = 'admin'
passwd = 'lab_password'
# setup access to the wdsl and the pub
#