Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/tiagocordeiro/pizza_scrapy
https://github.com/tiagocordeiro/pizza_scrapy
Last synced: about 2 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/tiagocordeiro/pizza_scrapy
- Owner: tiagocordeiro
- Created: 2018-09-26T08:23:30.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2024-09-16T05:29:17.000Z (4 months ago)
- Last Synced: 2024-10-30T09:43:23.647Z (3 months ago)
- Language: Python
- Size: 13.7 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 9
-
Metadata Files:
- Readme: README.md
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
```