質問編集履歴
1
ソース間違いの修正
test
CHANGED
File without changes
|
test
CHANGED
@@ -30,7 +30,7 @@
|
|
30
30
|
|
31
31
|
|
32
32
|
|
33
|
-
for tweet in tweepy.Cursor(api.se
|
33
|
+
for tweet in tweepy.Cursor(api.user_timeline, id="検索したいユーザID").items(1):
|
34
34
|
|
35
35
|
import pprint
|
36
36
|
|