Skip to content

Find or build a pdf version of some newspapers from Cali-Colombia

License

Notifications You must be signed in to change notification settings

immontilla/cali-colombia-newspapers

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

made-with-python License: Unlicense

Colombian newspapers

It is possible to download an old issue of any newspaper using -d as a script argument.

ADN Cali

ADN publishes its online version in an embedded reader at https://issuu.com/diarioadn.co/docs/adn_cali_-_{ddmmyyyy} where dd, mm and yyyy depends on the current date. To read this newspaper offline, I built a python script to do so.

In the embedded reader every page is displayed using an image file. This image is converted to PDF and appended into a unique PDF file using Python.

Windows users needs to clone this repo in WSL. Some Python libs like Pillow stop working. Sorry.

pip install -r adn/requeriments.txt
python adn/adn.py

Diario Occidente

Occidente publishes its online version in https://occidente.co/version-impresa-{yyyy}/ where yyyy is the current year. There is only one edition on weekend.

In some systems, run sudo locale-gen es_ES.UTF-8 could be necessary.

python occidente/occidente.py

Diario El Pais

This newspaper publishes its online version daily at https://www.elpais.com.co.

python pais/pais.py

Publimetro

Publimetro publishes its online version on mondays, wednesdays and fridays at https://www.readmetro.com/es/colombia/cali/archive/.

python publimetro/publimetro.py

About

Find or build a pdf version of some newspapers from Cali-Colombia

Topics

Resources

License

Stars

Watchers

Forks

Languages