Skip to content

A compact scraping library for the major newspapers of Chile

License

Notifications You must be signed in to change notification settings

ccuetoh/chilescrapper

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

ChileScrapper

Pip Licence

A compact scraping library for the major newspapers of Chile

Installation

ChileScrapper can be installed with Pip:

pip install chilescrapper

Supported Newspapers

Newspaper Name
El Mercurio emol
La Tercera la_tercera
El Mostrador el_mostrador

Usage

import chilescrapper

scrapper = chilescrapper.Scrapper("la_tercera")
articles = scrapper.fetch(max_n=30)

for article in articles:
    print(article.title)

Licence

This library is licensed under the MIT Licence, please refer to the LICENCE file for more information.

About

A compact scraping library for the major newspapers of Chile

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages