Steve Hedden
1 min readSep 13, 2020

--

For me, the time.sleep() wasn't working. I had to set some parameters to True to get that to work.

api = tweepy.API(auth, wait_on_rate_limit=True, wait_on_rate_limit_notify=True, compression=True)

rather than just:

api = tweepy.API(auth)

--

--

Steve Hedden
Steve Hedden

Written by Steve Hedden

Product management, international development, data science and network analysis.

No responses yet