tducasse / go-instabot

Automatically follow, like, and comment on instagram

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

UUID and PhoneID randomly created at every start

anastalaz opened this issue · comments

commented

Everytime the script starts new UUID and PhoneID are randomly created. This could lead to an account ban. The insta struct should be created ones and then saved using the Export function of the "github.com/ahmdrz/goinsta" package. At the start, the script should check if there is a saved file and if yes load it with the Import function.

Do you know for sure that Instagram is checking the number of devices used by an account? If that's the case, then it's a valid concern and your solution seems good.

commented

I am not sure. It didn't happen to me yet. I found a package where they discuss this and it got me thinking:
https://github.com/liamcottle/Instagram-SDK-PHP/issues/32

Thanks, I will definitely have to look into it!

It's done 😄