Skip to content

Instantly share code, notes, and snippets.

View jimdur8n's full-sized avatar

Jim Duran jimdur8n

View GitHub Profile
@jimdur8n
jimdur8n / ASpace auth python
Created February 26, 2018 16:37 — forked from zachary-johnson/ASpace auth python
Authenticating portion of ArchivesSpace Python scripts
import json
import requests
import secrets
import time
startTime = time.time()
baseURL = secrets.baseURL
user = secrets.user
password = secrets.password