Skip to content

Instantly share code, notes, and snippets.

@maltzsama
Last active June 30, 2023 17:12
Show Gist options
  • Save maltzsama/771a0793d916411e1ef882443d5b1558 to your computer and use it in GitHub Desktop.
Save maltzsama/771a0793d916411e1ef882443d5b1558 to your computer and use it in GitHub Desktop.
Exercicio API

Exercicio - 1

Baseado na api da FIPE Crie um script python capaz de salvar os dados retornados do endereço de marcas em uma tabela SQLite

Tabela:

  • id
  • name

recomendação: usar a biblioteca requests do python

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment