feat: add realistic http headers and replace requests with urllib in http_client
Replace the `requests` library with `urllib` for HTTP calls, introduce a pool of realistic User-Agent strings and dynamic header generation (Accept-Language, Accept, etc.) in `http_client.py`, and remove the `requests>=2.31.0` dependency from `requirements.txt`.
This commit is contained in:
@@ -23,6 +23,14 @@
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
## Version 1.27.0 - 2025-11-08
|
||||
|
||||
The project has been renamed to "Reetor's Guide to Modern Python" and now includes a comprehensive tutorial. The README has been significantly updated with installation instructions, a quick start guide, and information on modern Python features and aiohttp.
|
||||
|
||||
**Changes:** 3 files, 2728 lines
|
||||
**Languages:** Markdown (2726 lines), TOML (2 lines)
|
||||
|
||||
## Version 1.26.0 - 2025-11-08
|
||||
|
||||
|
||||
Reference in New Issue
Block a user