Recently I have started to use Scrapy on a regular basis to analyze sites which demand the latest browser (user agent) for their content to show up. Now, this may seem like an old time problem, yet up-to-date the issue is quite open. Why?
There is no simple API or Package to generate/download the latest version user agents (in any OS/platform).
A number of packages try to resolve this:
- shadow-useragent - but it relies on voluntary server which is for some reason inactive as of now.
- latest-user-agents - but it also uses a hosted json file + it also lists old user agents, and it doesn't have any documentation.
Lastly there is this web: www.whatismybrowser.com which is very helpful but can't be easily automated...
Any clue how to resove that?