Last active
April 14, 2021 03:10
-
-
Save jorgezanguettin/b168abf01c565cd88dd0569309a9d5b3 to your computer and use it in GitHub Desktop.
requisitar_site
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
def requisitar_site(siteUrl): | |
conteudoSite = requests.get(siteUrl).content | |
analisar_requisicao(conteudoSite) |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment