Skip to content

Releases: farhaanaliii/pyrua

Initial release of pyrua 0.1

11 Jul 12:01
4bd205b
Compare
Choose a tag to compare

Initial Release of pyrua v0.1

We are excited to announce the initial release of pyrua v0.1! pyrua is a simple Python module for generating random User-Agent strings for web scraping purposes.

Features:

  • Generate random User-Agent strings for web scraping
  • Mimic different user agents to enhance scraping flexibility and anonymity

Installation:

You can easily install pyrua using pip:

pip install pyrua

Usage:

from pyrua import get_rua

user_agent = get_rua()
print(user_agent)

Contribution:

We welcome contributions from the community! If you encounter any issues, have suggestions for improvements, or would like to add new features, please feel free to open an issue or submit a pull request on our GitHub repository.

License:

pyrua is released under the MIT License. Please review the license file for more details.

We hope you find pyrua helpful for your web scraping projects. Give it a try and let us know your feedback!

Happy scraping!