Created
March 17, 2016 19:27
-
-
Save tubbo/428fa92b8e315f14a007 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| puts 'holy shit it worked' |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| $LOAD_PATH.unshift File.expand_path(File.dirname(__FILE__)) | |
| require 'rubygems' | |
| require 'oauth' | |
| require 'json' | |
| #require_relative 'tweets_array' | |
| #require_relative 'tweets_karl.txt' | |
| require 'keys' | |
| puts 'yay' |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment