Created
November 30, 2009 05:51
-
-
Save takuo/245289 to your computer and use it in GitHub Desktop.
show native RT in gwibber's timeline
This file contains 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
--- gwibber/microblog/twitter.py.orig 2009-11-30 14:50:00.000000000 +0900 | |
+++ gwibber/microblog/twitter.py 2009-11-30 14:50:13.000000000 +0900 | |
@@ -169,7 +169,7 @@ | |
def get_messages(self): | |
return simplejson.loads(self.connect( | |
- "https://twitter.com/statuses/friends_timeline.json" +'?'+ | |
+ "https://twitter.com/statuses/home_timeline.json" +'?'+ | |
urllib.urlencode({"count": self.account["receive_count"] or "20"}))) | |
def get_public_timeline(self): |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment