Skip to content

Instantly share code, notes, and snippets.

View konstantin-kornienko's full-sized avatar

Konstantin Kornienko konstantin-kornienko

View GitHub Profile
@konstantin-kornienko
konstantin-kornienko / jc_automation.py
Created February 10, 2022 08:24
JumpCloud instance assignments automation
#!/bin/python3
#
# Install jcapiv2 and diskcache to use this
# pip install git+https://github.com/TheJumpCloud/jcapi-python.git#subdirectory=jcapiv2 diskcache
#
import re
import time
import requests
import jcapiv2