An open API service indexing awesome lists of open source software.

https://github.com/farhaanaliii/pyrua

Simple Module for Generating Random UserAgent for Web Scarping
https://github.com/farhaanaliii/pyrua

python python-module useragent-generator useragent-rotate web-scraping

Last synced: about 1 year ago
JSON representation

Simple Module for Generating Random UserAgent for Web Scarping

Awesome Lists containing this project

README

          

# pyrua

[![GitHub](https://img.shields.io/github/license/farhaanaliii/pyrua)](https://github.com/farhaanaliii/pyrua/blob/main/LICENSE)
[![GitHub release (latest by date)](https://img.shields.io/github/v/release/farhaanaliii/pyrua)](https://github.com/farhaanaliii/pyrua/releases)
[![PyPI](https://img.shields.io/pypi/v/pyrua)](https://pypi.org/project/pyrua/)

# 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
```python
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](https://github.com/farhaanaliii/pyrua).

# License
pyrua is released under the [MIT License](https://github.com/farhaanaliii/pyrua/blob/main/LICENSE).