Skip to content

Instantly share code, notes, and snippets.

@BoSanad
BoSanad / getinfo.py
Created January 17, 2012 20:45
Elect 2012 Python Script
#!/usr/bin/env python
# this python script has been written by Saleh Alsanad, @bo9lo7
# as a proof of concept that given any name I can get the information
# of any registered guy in Kuwait, even by searching part of his name
# Date: 17 Jan 2012, saleh [AT] angelic [DOT] com
import urllib, httplib, sys, json
if __name__ == '__main__':