I am excited to release the second update of simple-useragent (v0.1.3)! A simple, but elegant Python package, that fetches real world, up-to-date user agents for use in web scraping to avoid bot detection. No more fake or outdated user agents, only user agents of real users. I had to fix a small forgotten left over test code, which caused some auto-executed code (nothing dangerous ofc).
Installation
Just install the package from [PyPi](https://pypi.org/project/simple-useragent/) using pip:
bash
pip install simple-useragent
To see a more detailed guide on how to install and use simple-useragent, please see refer to the [Installation section](https://github.com/Lennolium/simple-useragent?tab=readme-ov-file#installation).
**Full Changelog**: [Commits](https://github.com/Lennolium/simple-useragent/commits/v0.1.3)
_Sincerely,_
<div align="left">
<a href="https://github.com/Lennolium" >
<picture>
<source media="(prefers-color-scheme: dark)" srcset="https://github.com/Lennolium/Lennolium/blob/master/github-signature-dark.png?raw=true" width="640vw">
<source media="(prefers-color-scheme: light)" srcset="https://github.com/Lennolium/Lennolium/blob/master/github-signature.png?raw=true" width="640vw">
<img alt="Lennolium's Profile" src="https://github.com/Lennolium/Lennolium/blob/master/github-signature.png?raw=true" width="640vw">
</picture>
</div>
> __Notes:__
>If you encounter any issues or have suggestions for improvements, I encourage you to [report them](https://github.com/Lennolium/simple-useragent/issues). Your input will play a crucial role in shaping the future of simple-useragent.
>
>I appreciate your support and interest in simple-useragent. Your contributions and feedback will be invaluable as I continue to refine and expand this project.