I have a stream listener with an on_status method as below, but am not clear on how to capture and save follower count of the user. Do I save it in some global data structure, such as a list?
def on_status(self, status):
print(user.status.follower_count)
print(status.text)