Skip to content

Instantly share code, notes, and snippets.

@selmison
Forked from gilsonbp/iniciando_scrapy.sh
Created May 10, 2019 15:33
Show Gist options
  • Save selmison/ceee9ea4aa1d0a5659d2fa2477a19226 to your computer and use it in GitHub Desktop.
Save selmison/ceee9ea4aa1d0a5659d2fa2477a19226 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