Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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”
- Host: GitHub
- URL: https://github.com/whoxer/web-scraping
- Owner: whoxer
- Created: 2024-07-20T04:58:36.000Z (4 months ago)
- Default Branch: main
- Last Pushed: 2024-07-20T20:54:56.000Z (4 months ago)
- Last Synced: 2024-07-21T05:52:01.762Z (4 months ago)
- Topics: educational, learning-by-doing
- Language: Python
- Homepage:
- Size: 334 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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)