Skip to content

Instantly share code, notes, and snippets.

View numbleroot's full-sized avatar
🌳

Lennart Oldenburg numbleroot

🌳
View GitHub Profile
@numbleroot
numbleroot / gatekeeper.py
Created March 21, 2015 16:22
Freitagsrunde Gatekeeper session script
#!/usr/bin/env python
# ~*~ coding: utf-8
# Gatekeeper unlock script.
# Retrieve your authentication session via command line.
# Based on: https://gist.github.com/Nighoo/4dee529926a7c8e9090c by Nighoo
import urllib.request
import urllib.parse