We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 78bc787 commit ba3e675Copy full SHA for ba3e675
04/usertweets-help.py
@@ -51,7 +51,7 @@ def __getitem__(self, pos):
51
52
if __name__ == "__main__":
53
54
- for handle in ('pybites', 'techmoneykids', 'bbelderbos'):
+ for handle in ('pybites', '_juliansequeira', 'bbelderbos'):
55
print('--- {} ---'.format(handle))
56
user = UserTweets(handle)
57
for tw in user[:5]:
04/usertweets-nohelp.py
@@ -24,7 +24,7 @@ class UserTweets(object):
24
25
26
27
28
29
30
0 commit comments