-
-
Notifications
You must be signed in to change notification settings - Fork 87
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
ability to set user agent #119
Comments
yea i've been thinking about this. instauto randomizes user agent. I think if everyone uses the exact same user agent, that would also be problematic. I want to try to solve it in a generic way, but I think having the user inputt a custom user agent does not resonate with the "simple" nature of this bot. maybe a random user agent should be generated when the bot starts the first time and then stored. then in consecutive runs it should use the same user agent. |
It seems random is the easy option. But it would be awesome to see something in advanced settings being able to choose a browser (e.g. Firefox) and then have it always use that browser. Version is always going to be a problem because if the user doesn't update the app, they will end up with a stale user agent over time. |
we can set like this. |
now implemented in the latest version |
I used to get a consistent user agent. Now, each time I start the bot, I get a new user agent. I would expect Instagram to get suspicious when suddenly I start using the Co Co browser. I don't see anywhere in the settings where I can change this.
In the ideal world, I would be able to set this to false as well as specify my own user agent so it matches the browser I use manually.
The text was updated successfully, but these errors were encountered: