Skip to content

Instantly share code, notes, and snippets.

@takuo
Created November 30, 2009 05:51
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save takuo/245289 to your computer and use it in GitHub Desktop.
Save takuo/245289 to your computer and use it in GitHub Desktop.
show native RT in gwibber's timeline
--- 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