Again, posting this a month late so I've disabled the below shout-outs. Maybe you should SIGN UP if you want to be alerted of these on time!!
Shout-outs:
blackbootz kingmudsy mike flagamuffin wasoxygen BLOB_CASTLE kleinbl00 rob05c rainboweater MeetHubski mk oyster lm thenewgreen radio_24 Quatrarius goobster LazarusRevives pubski francopoli bfv theadvancedapes insomniasexx
For anyone interested, this prompted an update to hubski.rb so it can be called with noshout as the last argument. require 'open-uri' users = hubski.css("#username") [View as a list](#{ARGV[0]}) shoutTag="@" unless ARGV[1].eql?("noshout") print shoutTag, user, shoutTag, " " end require 'nokogiri'
hubski = Nokogiri::HTML(open(ARGV[0]))
puts "
[Sign up here](http://hubskinewsletter.com)
Thanks @insomniasexx@!
Shout-outs:
"
users.map(&:text).uniq.each do
user