Skip to content

Instantly share code, notes, and snippets.

@saaeiddev
Created September 14, 2022 20:35
Show Gist options
  • Save saaeiddev/606abf437eb82acbe3a361a7ea39e21d to your computer and use it in GitHub Desktop.
Save saaeiddev/606abf437eb82acbe3a361a7ea39e21d to your computer and use it in GitHub Desktop.
requests library
import requests
url = "https://www.saeidmedia.ir"
data = requests.get(url)
print(data)
print(data.text)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment