pyrua is a simple Python module for generating random User-Agent strings for web scraping purposes.
You can install pyrua using pip:
pip install pyrua
from pyrua import get_rua
user_agent = get_rua()
print(user_agent)
Contributions are welcome! If you encounter any issues or have suggestions for improvements, please feel free to open an issue or submit a pull request on the GitHub repository.
pyrua is released under the MIT License.