tracinginsights commited on
Commit
7eb7452
·
1 Parent(s): f99d03e

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -1
app.py CHANGED
@@ -99,7 +99,8 @@ def auth(api_key,secret_api_key,access_token,secret_access_token):
99
  # use this to get user id https://tweeterid.com/
100
  while True:
101
  # get twitter user_id at https://tweeterid.com/ by typing username
102
- timeline = api.user_timeline(user_id="1568348454619070465", #testing case using englishgiuly,
 
103
  #["2755544640", "1030481714", "407048032","227265199","190632194", "149542215","127854979", "106170617"],
104
  count=5, tweet_mode="extended",)
105
  for tweet in timeline:
 
99
  # use this to get user id https://tweeterid.com/
100
  while True:
101
  # get twitter user_id at https://tweeterid.com/ by typing username
102
+ timeline = api.user_timeline(user_id=#"1568348454619070465", #testing case using englishgiuly,
103
+ ["1503789937245581315","1568348454619070465" ], # tracing and englishgiuly accounts
104
  #["2755544640", "1030481714", "407048032","227265199","190632194", "149542215","127854979", "106170617"],
105
  count=5, tweet_mode="extended",)
106
  for tweet in timeline: