Skip to content

Instantly share code, notes, and snippets.

@gilsonbp
Last active September 12, 2020 23:52
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 2 You must be signed in to fork a gist
  • Save gilsonbp/4df897648f58a62d0521ed729802b09a to your computer and use it in GitHub Desktop.
Save gilsonbp/4df897648f58a62d0521ed729802b09a to your computer and use it in GitHub Desktop.
Instalando e iniciando um novo projeto no Scrapy
virtualenv --python=python3 gdg
source gdg/bin/activate
pip install scrapy
scrapy startproject gdg
cd gdg
scrapy genspider fornecedores http://compras.dados.gov.br/fornecedores/v1/fornecedores.json?uf=AL
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment