Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/whoxer/web-scraping

Repositório para acompanhar meus estudos no livro “Web Scraping with Python, 2ª edição, de Ryan Mitchell (O’Reilly). Copyright 2018 Ryan Mitchell, 978-1-491-998557-1”
https://github.com/whoxer/web-scraping

educational learning-by-doing

Last synced: about 9 hours ago
JSON representation

Repositório para acompanhar meus estudos no livro “Web Scraping with Python, 2ª edição, de Ryan Mitchell (O’Reilly). Copyright 2018 Ryan Mitchell, 978-1-491-998557-1”

Awesome Lists containing this project

README

        

# Web Scraping

![BookImage](https://github.com/whoxer/web-scraping/blob/main/bookimage.png?raw=true)

Repositório criado para fazer o acompanhamento do meu aprendizado em Web Scraping com Python. Para os estudos estou lendo o livro: “Web Scraping with Python, 2ª edição, de Ryan Mitchell (O’Reilly). Copyright 2018 Ryan Mitchell, 978-1-491-998557-1”. Este repositório não tem o menor objetivo de ser instrutivo mas caso queira usá-lo de referência fique a vontade.

## Conteúdo
- [1] Hello, Web Scraping!
- [Hello, Crawler!](https://github.com/whoxer/web-scraping/blob/main/%5B1%5D%20Hello%2C%20Web%20Sraping!/Hello%2C%20Crawler!/crawler.py)
- [HTTPErr](https://github.com/whoxer/web-scraping/blob/main/%5B1%5D%20Hello%2C%20Web%20Sraping!/HTTPError/httperr.py)
- [2] Parsing de HTML
- [Extraindo por Classes](https://github.com/whoxer/web-scraping/blob/main/%5B2%5D%20Parsing%20de%20HTML/Extraindo%20por%20classes/extrainclas.py)
- [Pais e Filhos](https://github.com/whoxer/web-scraping/blob/main/%5B2%5D%20Parsing%20de%20HTML/Pais%20e%20Filhos/filhos.py)
- [Elementos Pai](https://github.com/whoxer/web-scraping/blob/main/%5B2%5D%20Parsing%20de%20HTML/Pais/pais.py)