Skip to content

Instantly share code, notes, and snippets.

@firstspring1845
Created May 10, 2014 18:15
Show Gist options
  • Save firstspring1845/fcf2bfadb613a3fdf845 to your computer and use it in GitHub Desktop.
Save firstspring1845/fcf2bfadb613a3fdf845 to your computer and use it in GitHub Desktop.
mikutterでフォロイーのふぁぼふぁぼとか受信するモンキーパッチ pluginの中に適当な.rbファイルとして突っ込んだら機能すると思います
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