Skip to content

Releases: Lennolium/simple-useragent

v0.1.5

29 Apr 19:09
dd8bdb1
Compare
Choose a tag to compare

🚀 What's New

  • Useragents API is not reachable since months. Fixed by parsing (Thanks @ndragon798).
  • Improved exception handling and error messages.
  • General refactoring.
     

✨ Features

  • Up-to-date: No fake or outdated user agents. Only real world data, refreshed every 24 hours.
  • Wide Support: User Agents for Windows, macOS, Linux, Android and iOS devices: Google Chrome, Firefox, Safari, Edge, Opera, Whale and QQ browsers.
  • Lightweight: Caches user agents locally to consume minimal system resources.
  • 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.
  • Tested: Has 99% test coverage and is continuously tested.
  • Privacy: Protects the user by not collecting or sending any personal data.
  • Open Source: Provides transparency and allows community contributions for continuous development.
     

⚡️ Installation

Just install the package from PyPi using pip:

 # Install ...
 pip install simple-useragent
 
 # ... or upgrade.
 pip install --upgrade simple-useragent

To see a more detailed guide on how to install and use simple-useragent, please see refer to the Installation section.
 
 

Full Changelog: [v0.1.5]

 
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-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.

v0.1.4

14 Feb 23:19
0f3bce2
Compare
Choose a tag to compare

🚀 What's New

  • Fixed severe exceptions occurring at runtime and blocking functionality.
  • Improved exception handling and error messages.
  • More support for different user agents and platforms.
  • Build and deployment pipeline now includes automated testing and deployment (build.sh).
  • Added more documentation and better examples.
  • General refactoring.
     

✨ Features

  • Up-to-date: No fake or outdated user agents. Only real world data, refreshed every 24 hours.
  • Wide Support: User Agents for Windows, macOS, Linux, Android and iOS devices: Google Chrome, Firefox, Safari, Edge, Opera, Whale and QQ browsers.
  • Lightweight: Caches user agents locally to consume minimal system resources.
  • 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.
  • Tested: Has 99% test coverage and is continuously tested.
  • Privacy: Protects the user by not collecting or sending any personal data.
  • Open Source: Provides transparency and allows community contributions for continuous development.
     

⚡️ Installation

Just install the package from PyPi using pip:

 # Install ...
 pip install simple-useragent
 
 # ... or upgrade.
 pip install --upgrade simple-useragent

To see a more detailed guide on how to install and use simple-useragent, please see refer to the Installation section.
 
 

Full Changelog: [v0.1.4]

 
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-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.

v0.1.3

13 Feb 18:59
e08fa43
Compare
Choose a tag to compare

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 using pip:

 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.
 
 

Full Changelog: Commits

 
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-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.

v0.1.2

13 Feb 15:32
80f302b
Compare
Choose a tag to compare

I am excited to release the second update of simple-useragent (v0.1.2)! 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. This release just features important bug fixes, now the package is working as intended. Added a build script and several smaller improvements.
 

Installation

Just install the package from PyPi using pip:

 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.
 
 

Full Changelog: Commits

 
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-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.

v0.1.1

08 Feb 14:21
403a323
Compare
Choose a tag to compare

I am excited to release the first update of simple-useragent (v0.1.1)! 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. This release just features some smaller improvements and bug fixes.
 

Installation

Just install the package from PyPi using pip:

 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.
 
 

Full Changelog: https://github.com/Lennolium/simple-useragent/commits/v0.1.1

 
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-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.

v0.1.0

04 Feb 15:11
7df9a7e
Compare
Choose a tag to compare

I am excited to release the first version of simple-useragent (v0.1.0)! 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.
 

Features

  • Up-to-date: No fake or outdated user agents. Only real world data, refreshed every 24 hours.
  • Wide Support: User Agents for Windows, macOS, Linux, Android and iOS devices: Google Chrome, Firefox, Safari, Edge, Opera, Whale and QQ browsers.
  • Lightweight: Designed to consume minimal system resources and caches user agents locally.
  • 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.
  • Privacy: Protects the user by not collecting or sending any personal data.
  • Open Source: Provides transparency and allows community contributions for continuous development.
     

Installation

Just install the package from PyPi using pip:

 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.
 
 

Full Changelog: https://github.com/Lennolium/simple-useragent/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-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.