tarunnsingh / Instagram-Bot

Powered by Python, this bot can automatically detect unfollowers and unfollow them. You can generate logs having information like blue-tick-following etc.
4 stars 1 forks source link

Log the Followers and Following Lists with a TimeStamp. #3

Open tarunnsingh opened 4 years ago

tarunnsingh commented 4 years ago

When the bot is run several times, it should create a log and that log file must be saved. To replicate, use igbot.get_followers_following() function.

bislara commented 4 years ago

Hey, I would like to work on this for Hacktoberfest. Can you assign it to me? Also, please provide more information about what you want to store in the logs.

tarunnsingh commented 4 years ago

Actually here I want that everytime the bot runs, it's timestamp, follower count, unfollowed count, blue-tick count, etc should be recorded as logs.

Because the next time if we run these functions it should atleast, first check with previous logs and if there is a difference then only we should carry on with that function otherwise it's redundant work.

AbhiiGatty commented 4 years ago

@tarunnsingh can you assign me this issue?

tarunnsingh commented 4 years ago

Sure @AbhiiGatty , were you able to make it work locally?