Skip to content

Instantly share code, notes, and snippets.

@reiven
Created September 9, 2010 00:32
Show Gist options
  • Save reiven/571130 to your computer and use it in GitHub Desktop.
Save reiven/571130 to your computer and use it in GitHub Desktop.
patch to include retweets
--- api.py.old 2010-09-01 17:56:51.000000000 -0300
+++ api.py 2010-09-04 00:20:34.000000000 -0300
@@ -59,7 +59,7 @@
path = '/statuses/user_timeline.json',
payload_type = 'status', payload_list = True,
allowed_param = ['id', 'user_id', 'screen_name', 'since_id',
- 'max_id', 'count', 'page']
+ 'max_id', 'count', 'page','include_rts']
)
""" statuses/mentions """
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment