Skip to content

delectomorfo/scraper

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

45 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Readme

Read El Colombiano's front page news from the command line. It also renders images into ASCII art. Who needs slow, bulky web browsers?

Usage: ruby scraper.rb [keyword-to-filter]

Example: ruby scraper.rb Presidente

Mac OS

brew install imagemagick@6 -s

brew unlink imagemagick

brew link imagemagick@6 --force

gem install rmagick

Linux

sudo apt-get install libmagickwand-dev

Possible colors

[:black, :light_black, :red, :light_red, :green, :light_green, :yellow, :light_yellow, :blue, :light_blue, :magenta, :light_magenta, :cyan, :light_cyan, :white, :light_white, :default]

Run

bundle install

ruby scraper.rb

Screenshots

Main menu

Article view

About

Read El Colombiano from the command line

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages