Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
farhaanaliii authored Jul 11, 2023
1 parent ae46307 commit 4bd205b
Showing 1 changed file with 21 additions and 1 deletion.
22 changes: 21 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,2 +1,22 @@
# pyrua
Simple Module for Generating Random UserAgent for Web Scarping

[![GitHub](https://img.shields.io/github/license/farhanaliofficial/pyrua)](https://github.com/farhanaliofficial/pyrua/blob/main/LICENSE)
[![GitHub release (latest by date)](https://img.shields.io/github/v/release/farhanaliofficial/pyrua)](https://github.com/farhanaliofficial/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)
```

0 comments on commit 4bd205b

Please sign in to comment.