Created
September 16, 2017 20:15
-
-
Save jcasimir/3b3f0d23bb00a10afc273a46bced416c to your computer and use it in GitHub Desktop.
This file contains hidden or 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
require 'twitter' | |
client = Twitter::REST::Client.new do |config| | |
config.consumer_key = "kcQ0FsbLjuUHInJhYhvQeE6Ie" | |
config.consumer_secret = "cD6E48fsjTZN5Kfg0YqtZzV5ovJdgGplFMzjcgjd9QaVtgIcko" | |
config.access_token = "59792365-gSSa2N8i8JY6rZmq3P4LudsStVIRyU5LkK1BdxxRS" | |
config.access_token_secret = "wA09lkSkIcGDGDML9t3XLaslmlhwGQO5T1eNBgMC6L7o3" | |
end | |
client.update("I'm learning how to code at Turing School!") |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment