next = 'http://letsrevolutionizetesting.com/challenge'
while True:
... r = requests.get(next, headers={'Accept': 'application/json'})
... print next, r.json()
... next = r.json()['follow']
I don't care to belong to any club that will have me as a member.