Skip to content

Instantly share code, notes, and snippets.

View LinguineCode's full-sized avatar
🥯

Sean Linguine LinguineCode

🥯
View GitHub Profile
# 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'