Skip to content

Instantly share code, notes, and snippets.

@jorgezanguettin
Last active April 14, 2021 19:41
Show Gist options
  • Save jorgezanguettin/f7028cf38b11083f9584c4b0af8e6040 to your computer and use it in GitHub Desktop.
Save jorgezanguettin/f7028cf38b11083f9584c4b0af8e6040 to your computer and use it in GitHub Desktop.
analisar_requisicao
analisar_requisicao(conteudoRequisicao):
objetoBs4 = BeautifulSoup(conteudoRequisicao, 'html.parser')
marcas = objBs4.find_all('div', {'class': 'product-box-brand'})
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment