Spaces:
Runtime error
Runtime error
Commit
·
662cf1d
1
Parent(s):
2023ef4
Update app.py
Browse files
app.py
CHANGED
@@ -100,7 +100,8 @@ def auth(api_key,secret_api_key,access_token,secret_access_token):
|
|
100 |
while True:
|
101 |
# get twitter user_id at https://tweeterid.com/ by typing username
|
102 |
timeline = api.home_timeline(count=20,trim_user=True,
|
103 |
-
include_entities=["2755544640", "1030481714", "407048032","227265199","190632194", "149542215","127854979", "106170617"],
|
|
|
104 |
# increase count if more users are added
|
105 |
# timeline = api.user_timeline(user_id=#"1568348454619070465", #testing case using englishgiuly,
|
106 |
# user,
|
|
|
100 |
while True:
|
101 |
# get twitter user_id at https://tweeterid.com/ by typing username
|
102 |
timeline = api.home_timeline(count=20,trim_user=True,
|
103 |
+
include_entities=["2755544640", "1030481714", "407048032","227265199","190632194", "149542215","127854979", "106170617"],
|
104 |
+
tweet_mode="extended",)
|
105 |
# increase count if more users are added
|
106 |
# timeline = api.user_timeline(user_id=#"1568348454619070465", #testing case using englishgiuly,
|
107 |
# user,
|