Spaces:
Runtime error
Runtime error
Commit
·
c6612b9
1
Parent(s):
88f3808
updated app.py
Browse files
app.py
CHANGED
|
@@ -12,7 +12,7 @@ def twitter_auth(consumerkey,consumersecret):
|
|
| 12 |
|
| 13 |
auth = tweepy.AppAuthHandler(consumer_key,consumer_secret)
|
| 14 |
|
| 15 |
-
api = tweepy.API(auth,wait_on_rate_limit= True
|
| 16 |
return api
|
| 17 |
|
| 18 |
"""## Helper function for handling ratelimit and pagination"""
|
|
|
|
| 12 |
|
| 13 |
auth = tweepy.AppAuthHandler(consumer_key,consumer_secret)
|
| 14 |
|
| 15 |
+
api = tweepy.API(auth,wait_on_rate_limit= True)
|
| 16 |
return api
|
| 17 |
|
| 18 |
"""## Helper function for handling ratelimit and pagination"""
|