Skip to content

Instantly share code, notes, and snippets.

@cmfcmf
cmfcmf / The answer to life the universe and everything + The number of horns on a unicorn + the loneliest number.txt
Last active July 20, 2018 13:30
The answer to life the universe and everything + The number of horns on a unicorn + the loneliest number
https://www.google.de/search?q=the+answer+to+life+the+universe+and+everything+%2B+the+number+of+horns+on+a+unicorn+%2B+the+loneliest+number
@codeincontext
codeincontext / deletweet.rb
Created July 23, 2012 20:47
Keep a log of every tweet deleted by people you follow
require 'daemons'
require 'tweetstream'
$output_file = '???/deleted_tweets.txt'
Daemons.run_proc(
'deletweet',
log_output: true,
dir_mode: :script
) do