Skip to content

Simple Module for Generating Random UserAgent for Web Scarping

License

Notifications You must be signed in to change notification settings

farhaanaliii/pyrua

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

16 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

pyrua

GitHub GitHub release (latest by date) PyPI

Description

pyrua is a simple Python module for generating random User-Agent strings for web scraping purposes.

Installation

You can install pyrua using pip:

pip install pyrua

Usage

from pyrua import get_rua

user_agent = get_rua()
print(user_agent)

Contributing

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.

License

pyrua is released under the MIT License.