Skip to content

Instantly share code, notes, and snippets.

View semademir97's full-sized avatar

Sema Demir semademir97

View GitHub Profile
#!/usr/bin/env python
from __future__ import print_function
import json
import logging
import re
from base64 import b64decode, b64encode
from urllib2 import Request, urlopen, URLError, HTTPError