Skip to content

Instantly share code, notes, and snippets.

View jcontonio's full-sized avatar
🏠
Working from home

Jay Contonio jcontonio

🏠
Working from home
View GitHub Profile
@jcontonio
jcontonio / twitter.js
Created April 23, 2010 15:13
Javascript Twitter Statuses
/*------------------------------------------------------------------
Author: Jay Contonio - http://jcontonio.com/
Last change: 2009-03-13
Requires: jQuery
-------------------------------------------------------------------*/
// The username for the twitter feed
var user = "TWITTER_USERNAME";
// All our twitter data gets loaded into this array
var twitterData = new Array();
@jcontonio
jcontonio / campfire_bot.rb
Created December 2, 2009 23:39
Simple Campfire script
require 'rubygems'
require 'tinder'
require 'json'
require 'net/http'
# this will be something like "First L."
bot_name = "PERSON NAME"
campfire = Tinder::Campfire.new 'NAME_OF_CAMPFIRE_ACCOUNT'
campfire.login 'EMAIL_ADDRESS','PASSWORD'