Skip to content

Instantly share code, notes, and snippets.

@halka
Created April 8, 2009 11:18
Show Gist options
  • Save halka/91724 to your computer and use it in GitHub Desktop.
Save halka/91724 to your computer and use it in GitHub Desktop.
delete my post from twitter.require 'Rubytter''
#-*- encoding: UTF-8 -*-
require 'rubytter'
id='twitter_id'
pass='twitter_password'
rubytter=Rubytter.new(id,pass)
puts 'input status id, you wanna delete.'
print 'status id = '
statusid=gets.chomp
rubytter.remove_status(statusid)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment