Skip to content

Instantly share code, notes, and snippets.

@flawiddsouza
flawiddsouza / LyricsFetch.rb
Last active May 9, 2016 05:15 — forked from olimagsax/LyricsFetch.rb
Updated LyricsFetch.rb
# from https://gist.github.com/Sidysky/11354662
require 'open-uri'
puts "Artist:"
artist = $stdin.gets.chomp
artist = artist.delete " "
puts "Song Name:"
song = $stdin.gets.chomp
song = song.delete " "