This file contains 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
@specific_dates = { | |
# Life expectancy | |
'2052-08-05' => [{:class => 'death', | |
:tip => "Life expectancy expiration date."}], | |
# Family | |
'1978-10-29' => [{:class => 'family', | |
:tip => "My sister was born."}], | |
'1993-10-30' => [{:class => 'family', | |
:tip => "My father passed away."}], |
This file contains 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
#!/usr/bin/ruby | |
# Make sure you have these gems installed | |
require 'rubygems' | |
require 'thread' | |
require 'csv' | |
require 'twitter' | |
require 'marky_markov' | |
# Create a new Twitter account that you'd like to have your auto-tweets posted to |