Last active
October 17, 2016 13:41
-
-
Save thiagoa/782589e7f4ea7c9d48cc5020ce04e025 to your computer and use it in GitHub Desktop.
Twitter Timeline Hub example
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
twitter_timeline_hub = TwitterTimelineHub.new | |
# returns a struct with results, which include Tweets | |
result = twitter_timeline_hub.call(‘thiagoaraujos’) |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment