Skip to content

Instantly share code, notes, and snippets.

View puehcl's full-sized avatar

Clemens Pühringer puehcl

View GitHub Profile

Keybase proof

I hereby claim:

  • I am puehcl on github.
  • I am puehcl (https://keybase.io/puehcl) on keybase.
  • I have a public key whose fingerprint is 4ECD D909 BCC4 D414 1522 CFBA B267 3D48 9F23 E3B7

To claim this, I am signing this object:

@puehcl
puehcl / ahlogin.py
Last active August 29, 2015 13:56
login/parse script for the akademikerhilfe traffic control system, a data.txt file with the ip of the gateway, the username and the password (each in its own line) must be supplied in the same folder
#!/usr/lib/python2.7
import re
import sys
import urllib
import urllib2
import datetime
LOGIN_DATA_FILE = "data.txt"