goinsta icon indicating copy to clipboard operation
goinsta copied to clipboard

Change UserAgent

Open vaebhav opened this issue 4 years ago • 1 comments

Hi,

Is there a way to change the UserAgent const within const.go.

I have checked the official Documentation , there is not a function that exposes this to be modified.

However I wanted to check if there are any predefined available device configurations that can be used , purpose to to avoid Action Blocks while automating a few things

vaebhav avatar Aug 08 '21 08:08 vaebhav

@vaebhav have a look at my fork, just added this. insta.SetDevice(Device{...})

Davincible avatar Aug 11 '21 21:08 Davincible