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 was 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?
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