Skip to content

Instantly share code, notes, and snippets.

import requests
url = "https://www.letsrevolutionizetesting.com/challenge?id=80296008"
for i in range(100):
response = requests.request("GET", url, headers=headers, data=payload)
url = response.json()['follow']
print(response.text)