This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
### Keybase proof | |
I hereby claim: | |
* I am degeberg on github. | |
* I am degeberg (https://keybase.io/degeberg) on keybase. | |
* I have a public key ASChDho6z7YsosuicVus-5EO2bk74xu8t_UJ93oYP78qHAo | |
To claim this, I am signing this object: |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#!/usr/bin/env python3 | |
import argparse | |
import csv | |
import requests | |
import sys | |
from getpass import getpass | |
def do_login(session, username, password): |