Skip to content

Instantly share code, notes, and snippets.

@ppolischuk
ppolischuk / counter.rb
Created June 3, 2012 16:52 — forked from luigi/counter.rb
Calculate the percentage of tweets linking to a website that came from the Tweet button
#
# Before running:
# $ gem install twitter
#
# To run:
# $ ruby counter.rb plosone.org
#
# Context:
# http://luigimontanez.com/2012/actually-social-media-buttons-work-really-well
#
@ppolischuk
ppolischuk / counter.rb
Created May 31, 2012 17:40 — forked from luigi/counter.rb
Calculate the percentage of tweets linking to a website that came from the Tweet button
#
# Before running:
# $ gem install twitter
#
# To run:
# $ ruby counter.rb sleazywebsite.com
#
# Context:
# http://luigimontanez.com/2012/actually-social-media-buttons-work-really-well
#