Skip to content

Instantly share code, notes, and snippets.

@JonanOribe
Created May 19, 2022 14:21
Show Gist options
  • Save JonanOribe/42ee312ed6e8085c5134f9f7e1cb23cd to your computer and use it in GitHub Desktop.
Save JonanOribe/42ee312ed6e8085c5134f9f7e1cb23cd to your computer and use it in GitHub Desktop.
import requests
url = "https://..."
payload={}
headers = {}
response = requests.request("GET", url, headers=headers, data=payload)
print(response.text)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment