Melroy van den Berg
Melroy van den Berg
Thanks for your research! And thank you for commenting. Some takeaways: > We can give [backoff](https://github.com/litl/backoff) a try here to work around the rate limits, though that might make the...
> > > > Did you give speaking with the [`user-agents`](https://github.com/intoli/user-agents) guys a think? I did check the repo, and this script seems to create this `.json.gz` user-agents file from...
Agreed. License seems to be fine 2-Clause BSD License. I also never got a reply from user-agents.net in the past, which is a shame! Thanks for helping me though. In...
OK, I created a converter myself, this ticket is taking too long now. https://github.com/fake-useragent/fake-useragent/blob/main/ua-converter/ua_convert.py This will convert the data from intoli to jsonlines with additional information. The output is something...
The script is done and the fake-useragent changes are also done locally (more or less). The problem is that my converter is taking forever because I use `ua_parser` package to...
PR created for now: https://github.com/fake-useragent/fake-useragent/pull/400 .. Let's see if I have a faster machine to do the processing for now 😆
> Edit: my suggestion is unreasonable, but they do have the `Domain` argument which might help. We are now actually using all 3 domains: user-agent, device and os... :)
Yea we definitely want to call it `v2` now. However, the API is still compatible I believe. You can still do `ua.firefox` or `ua.chrome` for example :). And new is:...
> That I agree. Not sure if the file itself is part of the public API, given we ship it with the package... If not (which is a decision we...
PR is ready: https://github.com/fake-useragent/fake-useragent/pull/400