This file contains 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
# I hope you appreciate my google-fu, and that I saved time by not writing this from scratch | |
# It wasn't as easy as just copy/pasting. I had to replace line #2 to make it compatible with recent versions of python. | |
# Credit goes to: http://codegists.com/snippet/python/letsrevolutionizetesting_challengepy_jschell12_python | |
import requests | |
#from urllib.parse import urlparse | |
from urlparse import urlparse | |
CHALLENGE_URL = 'https://letsrevolutionizetesting.com/challenge.json' | |