cyb3rko / instagram-unliker

Simple python script for removing your Instagram likes
Apache License 2.0
14 stars 3 forks source link

Repeated execution of the script after 60 minutes without having to log in to Instagram again #2

Open raingros opened 11 months ago

raingros commented 11 months ago

Hi there!

Thanks for the script! 🙂👌 I wonder if it was possible to pause the script for an hour after unliking 30 posts and go on executing it after that period so you don't have to login to Instagram again.

Problem is that I cannot deactivate 2FA at the moment. Instagram prevents deactivating 2FA for three days when you logged on from an unknown device.

Cheers! Rainer

cyb3rko commented 11 months ago

Moin Rainer! I don't quite remember how it's implemented, does the script already persist the session cookies or does it login every time it's executed? We could try that first. But then the maximum age of sessions could be the next problem.

raingros commented 11 months ago

Hi there and thanks for the reply!

The script is logging in every time it's executed.

I think it would be too cumbersome to develop such a feature.

I think I'll wait three days until I can temporarily disable 2FA and then create a batch file that executes the script every 60 minutes.

But thanks anyway! :)