Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/tiagocordeiro/pizza_scrapy


https://github.com/tiagocordeiro/pizza_scrapy

Last synced: about 2 months ago
JSON representation

Awesome Lists containing this project

README

        

# pizza_scrapy

Exemplo simples de scraping com Python e BeautifulSoup

[![Updates](https://pyup.io/repos/github/tiagocordeiro/pizza_scrapy/shield.svg)](https://pyup.io/repos/github/tiagocordeiro/pizza_scrapy/)
[![Python 3](https://pyup.io/repos/github/tiagocordeiro/pizza_scrapy/python-3-shield.svg)](https://pyup.io/repos/github/tiagocordeiro/pizza_scrapy/)

### Como usar

1 - Clone o repositório
```shell
$ git clone https://github.com/tiagocordeiro/pizza_scrapy.git
$ cd pizza_scrapy
```

2 - Configure o ambiente
```shell
$ python3 -m venv venv
$ source venv/bin/activate
```

3 - Instale as dependências
```shell
(venv)$ pip install --upgrade pip
(venv)$ pip install -r requirements.txt
```

4 - Rode o script
```shell
(venv)$ python pizzas_scrapy
```