@Craig Douglas, python is not really my programming language. How comfortable are you with the cli? Perhaps you could start out with the file instabot/instabot/bot/bot_checkpoint.py. I would suggest with my limited python knowledge that you could add after the line 42 (the instruction start on line 39 with def dump(self)
self.following
---
def dump(self):
return (self.total_liked, self.total_unliked, self.total_followed,
self.total_unfollowed, self.total_commented, self.total_blocked,
self.total_unblocked, self.total_requests, self.start_time, self.following)
However, I am not sure if this will get the list of followeers. This numbers get "dumped" into the file your-username.checkpoint.