Skip to content

Instantly share code, notes, and snippets.

@sasamijp
Last active December 23, 2015 01:39
Show Gist options
  • Save sasamijp/6562214 to your computer and use it in GitHub Desktop.
Save sasamijp/6562214 to your computer and use it in GitHub Desktop.
説明用
# -*- encoding: utf-8 -*-
require 'rubygems'
require 'twitter'
Twitter.configure do |config|
config.consumer_key = ""
config.consumer_secret = ""
config.oauth_token = ""
config.oauth_token_secret = ""
end
Twitter.update "アナル"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment