Last active
September 12, 2020 23:52
-
-
Save gilsonbp/4df897648f58a62d0521ed729802b09a 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