tracinginsights commited on
Commit
fb4cf56
·
1 Parent(s): 782762a

Update app.py

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