Skip to content

Instantly share code, notes, and snippets.

View shepherd1530's full-sized avatar
🏠
Working from home

Sam shepherd1530

🏠
Working from home
View GitHub Profile
@shepherd1530
shepherd1530 / add-webrtc-line.py
Created November 13, 2021 03:04 — forked from sduthil/add-webrtc-line.py
Add Wazo webrtc lines to users that don't have any
#!/usr/bin/python3
# Copyright 2020 The Wazo Authors (see the AUTHORS file)
# SPDX-License-Identifier: GPL-3.0-or-later
import random
import string
from wazo_auth_client import Client as Auth
from wazo_confd_client import Client as Confd