Skip to content

Instantly share code, notes, and snippets.

View Kianda's full-sized avatar

Kianda Kianda

  • Veneto, Italy
  • 10:05 (UTC +02:00)
View GitHub Profile
@robinsloan
robinsloan / shh.rb
Last active August 18, 2023 12:09
Disable RTs from all the people you follow on Twitter.
require "rubygems"
require "twitter"
# get these from apps.twitter.com
CONSUMER_KEY = "foo"
CONSUMER_SECRET = "bar"
OAUTH_TOKEN = "blee"
OAUTH_TOKEN_SECRET = "baz"
TWITTER_USER = "your_username" # needs to be the one associated with keys above