Skip to content

Instantly share code, notes, and snippets.

@reefwing
Created March 25, 2023 08:29
Show Gist options
  • Save reefwing/4670c4e7e8773cf2b657b54d13dbabb5 to your computer and use it in GitHub Desktop.
Save reefwing/4670c4e7e8773cf2b657b54d13dbabb5 to your computer and use it in GitHub Desktop.
HEADERS = {'User-Agent':'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/91.0.4472.124 Safari/537.36'}
# Make the request
response = requests.get(url, headers = HEADERS)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment