Good ideas and conversation. No ads, no tracking. Login or Take a Tour!
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