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

https://github.com/marcelo-earth/DSRP-Webscraping-algorithms

πŸ’»πŸ•· Development of Python scrapers for Peru main newspapers
https://github.com/marcelo-earth/DSRP-Webscraping-algorithms

data-science news requests volunteering webscraping

Last synced: 9 months ago
JSON representation

πŸ’»πŸ•· Development of Python scrapers for Peru main newspapers

Awesome Lists containing this project

README

          

πŸ•·οΈ DSRP Webscraping Algorithms πŸ’»


Repository with the current webscraping progress in DSRP project



Repositorio con el actual progreso de webscraping en el proyecto DSRP







## πŸ”¨ Builded with
### Requests
`Requests` allows you to send **HTTP/1.1** requests extremely easily. There’s no need to manually add query strings to your URLs, or to form-encode your POST data. Keep-alive and HTTP connection pooling are 100% automatic, thanks to [urllib3](https://github.com/urllib3/urllib3).

### Beautiful Soup
`Beautiful Soup` is a Python package for parsing HTML and XML documents (including having malformed markup, i.e. non-closed tags, so named after tag soup). It creates a parse tree for parsed pages that can be used to extract data from HTML, which is useful for web scraping.

### Pandas
`Pandas` is a software library written for the Python programming language for data manipulation and analysis. In particular, it offers data structures and operations for manipulating numerical tables and time series.

## πŸ“ƒ License
Distributed under the MIT License.
See [`LICENSE`](./LICENSE) for more information.