Created
May 10, 2014 18:15
-
-
Save firstspring1845/fcf2bfadb613a3fdf845 to your computer and use it in GitHub Desktop.
mikutterでフォロイーのふぁぼふぁぼとか受信するモンキーパッチ pluginの中に適当な.rbファイルとして突っ込んだら機能すると思います
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
class Service | |
def streaming(method = :userstream, *args, &proc) | |
twitter.__send__(method, {'include_followings_activity' => true}, &proc) | |
end | |
end |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment