Minimal CLI for fetching lyrics from genius.com
.
You can get lyrics very quiclky and sing along with your favorite song.
Just clone the repo and launch this ruby script. No API key required !
# Necessary libraries:
# Most of them are ruby built-in libs
require 'json'
require 'net/http'
require 'nokogiri'
require 'uri'
gem install nokogiri
chmod +x paroles
(ruby) paroles <query>
" for example:
paroles get lucky
That the ruby version of GeniusCTL feel free to have a look.