obalunenko / instadiff-cli

instadiff-cli - a command line tool for managing instagram account followers and followings
MIT License
48 stars 3 forks source link

User not found error #188

Closed marceloavilaoliveira closed 2 years ago

marceloavilaoliveira commented 2 years ago

When running instadiff-cli with "follow" or "unfollow" parameters, one of the "--user USER" parameters may contain an incorrect user and the script exits with a "User not found" error as shown below.

S2022_10_17-15_54_52

It would be better if the script skipped the problematic user and ran to the end of the user list. In other words, the script should just throw a warning instead of an error.

Do you think this is feasible?

obalunenko commented 2 years ago

Hi @marceloavilaoliveira ! Thank you for your feedback. It's a fare point, and this is rather easy to implement. I'll add this behavior soon in next version

obalunenko commented 2 years ago

Hi @marceloavilaoliveira ! I've added the requested changes in new release v1.10.1

marceloavilaoliveira commented 2 years ago

Grat, it worked pretty well.

Thanks a lot for all your support.