follower_cursors = tweepy.Cursor(api.followers, id = screen_name)
for follower_cursor in follower_cursors.items():
follower_cursor.screen_name
Greatk, it worked for me!