ahmdrz / goinsta

Unofficial Instagram API written in Golang
MIT License
895 stars 247 forks source link

Change UserAgent #352

Open vaebhav opened 3 years ago

vaebhav commented 3 years ago

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

Davincible commented 3 years ago

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