You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Oct 30, 2018. It is now read-only.
I'm using goose inside a bot and I need to identify myself to the site as a bot, otherwise the site I parse is getting wrong statistics, since I'm a bot and not a client.
Currently I set the following:
val gooseConfig: Configuration = new Configuration
gooseConfig.setBrowserUserAgent("Firefox/39.0")
How can I set the user client to also identify as a bot?
Thanks, Ophir
The text was updated successfully, but these errors were encountered:
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Hi,
I'm using goose inside a bot and I need to identify myself to the site as a bot, otherwise the site I parse is getting wrong statistics, since I'm a bot and not a client.
Currently I set the following:
val gooseConfig: Configuration = new Configuration
gooseConfig.setBrowserUserAgent("Firefox/39.0")
How can I set the user client to also identify as a bot?
Thanks, Ophir
The text was updated successfully, but these errors were encountered: