---------------------------------------------------------------------------
TweepError Traceback (most recent call last)
<ipython-input-100-8c1a46ffa03d> in <module>()
4 try:
----> 5 t = c.next()
6 user=t.user
/home/alireza/anaconda3/lib/python3.6/site-packages/tweepy/cursor.py in next(self)
196 # Reached end of current page, get the next page...
--> 197 self.current_page = self.page_iterator.next()
198 self.page_index = -1
/home/alireza/anaconda3/lib/python3.6/site-packages/tweepy/cursor.py in next(self)
107 if self.index >= len(self.results) - 1:
--> 108 data = self.method(max_id=self.max_id, parser=RawParser(), *self.args, **self.kargs)
109
/home/alireza/anaconda3/lib/python3.6/site-packages/tweepy/binder.py in _call(*args, **kwargs)
244 else:
--> 245 return method.execute()
246
/home/alireza/anaconda3/lib/python3.6/site-packages/tweepy/binder.py in execute(self)
228 else:
--> 229 raise TweepError(error_msg, resp, api_code=api_error_code)
230
TweepError: Twitter error response: status code = 429
During handling of the above exception, another exception occurred:
KeyboardInterrupt Traceback (most recent call last)
<ipython-input-100-8c1a46ffa03d> in <module>()
13 fa_users_data.to_pickle(path+filename)
14 print(len(fa_users_data.id))
---> 15 time.sleep(60 * 15)
16 continue
17 except StopIteration:
KeyboardInterrupt: