Skip to content

Instantly share code, notes, and snippets.

@rvth
Created September 2, 2021 10:17
Show Gist options
  • Save rvth/a80594f8cc53e3b90eea3b4e401dbdf4 to your computer and use it in GitHub Desktop.
Save rvth/a80594f8cc53e3b90eea3b4e401dbdf4 to your computer and use it in GitHub Desktop.
import requests
response = requests.get('https://rvth.blog')
print(response)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment