======================
A small script to fetch and list the most frequently used user agents. based on https://developers.whatismybrowser.com/useragents/explore/software_type_specific/web-browser/
If you just interested in an up-to-date overview, check out this overview
run pip to ensure all requirements are fulfilled
pip3 install -r requirements.txt
after that adjust your working path "base_path"
now just run the script to receive a fresh csv and html overview
This code is licensed under the GNU General Public License v3.0. For more details, please take a look at the LICENSE file.
Feel free to adjust the code