v0.1.0
I am excited to release the first version of simple-useragent (v0.1.0)! A simple, but elegant Python package, that generates ready-to-use headers for a web request with the least chance of being blocked by anti-scraping techniques applied by websites.
Features
- Authentic: All header values, combinations and their ordering are
verified to work
with most web servers. - Powerful: Pass your own user agent in or use the convenience functions to get common, real-world user agents.
- Wide Support: Almost
all user agents supported
: Windows, macOS, Linux, Android and iOS: Google Chrome, Firefox, Safari, Edge, Opera, Whale and QQ. - Lightweight: Designed to consume minimal system resources and optimized for performance.
- Simple: Easy to use and understand with a clean and simple API.
- Compatible: Supports
Python 3.8 and above
. Runs on Windows, macOS and Linux. - Ready-to-use: It generates headers for direct use in web requests, so you can focus on your project.
- Open Source: Provides transparency and allows community contributions for continuous development.
Installation
Just install the package from PyPi using pip:
pip install simple-header
To see a more detailed guide on how to install and use simple-useragent, please see refer to the Installation section.
Full Changelog: https://github.com/Lennolium/simple-header/commits/v0.1.0
Sincerely,
Notes:
If you encounter any issues or have suggestions for improvements, I encourage you to report them. Your input will play a crucial role in shaping the future of simple-header.I appreciate your support and interest in simple-header. Your contributions and feedback will be invaluable as I continue to refine and expand this project.