-
-
Save selmison/ceee9ea4aa1d0a5659d2fa2477a19226 to your computer and use it in GitHub Desktop.
Instalando e iniciando um novo projeto no Scrapy
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
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