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
- Host: GitHub
- URL: https://github.com/farhaanaliii/pyrua
- Owner: farhaanaliii
- License: apache-2.0
- Created: 2023-07-11T11:23:07.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2024-11-18T10:43:36.000Z (over 1 year ago)
- Last Synced: 2025-01-28T17:49:49.358Z (about 1 year ago)
- Topics: python, python-module, useragent-generator, useragent-rotate, web-scraping
- Language: Python
- Homepage:
- Size: 21.5 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# pyrua
[](https://github.com/farhaanaliii/pyrua/blob/main/LICENSE)
[](https://github.com/farhaanaliii/pyrua/releases)
[](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).