tracinginsights commited on
Commit
c50dfca
·
1 Parent(s): c18e18b

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -99,7 +99,7 @@ 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
- users = ["1503789937245581315","1568348454619070465" ] # change this for prod
103
  for user in users:
104
  timeline = api.user_timeline(user_id=#"1568348454619070465", #testing case using englishgiuly,
105
  user,
 
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
+ users = ["1568348454619070465", "1503789937245581315" ] # change this for prod
103
  for user in users:
104
  timeline = api.user_timeline(user_id=#"1568348454619070465", #testing case using englishgiuly,
105
  user,