Skip to content

Commit

Permalink
docs(README): add disclaimer
Browse files Browse the repository at this point in the history
  • Loading branch information
deedy5 authored Feb 20, 2025
1 parent a154c20 commit b8e8138
Showing 1 changed file with 8 additions and 11 deletions.
19 changes: 8 additions & 11 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,7 @@ Provides precompiled wheels:</br>
- [Devices](#devices)
- [Examples](#examples)
- [II. AsyncClient](#ii-asyncclient)
- [Disclaimer](#disclaimer)

## Installation

Expand Down Expand Up @@ -151,27 +152,19 @@ resp.url

##### Impersonate

- Chrome: `chrome_100``chrome_101``chrome_104``chrome_105``chrome_106``chrome_107``chrome_108``chrome_109``chrome_114``chrome_116``chrome_117``chrome_118``chrome_119``chrome_120``chrome_123``chrome_124``chrome_126``chrome_127``chrome_128``chrome_129``chrome_130``chrome_131`
- Chrome: `chrome_100``chrome_101``chrome_104``chrome_105``chrome_106``chrome_107``chrome_108``chrome_109``chrome_114``chrome_116``chrome_117``chrome_118``chrome_119``chrome_120``chrome_123``chrome_124``chrome_126``chrome_127``chrome_128``chrome_129``chrome_130``chrome_131`, `chrome_133`

- Edge: `edge_101``edge_122``edge_127`, `edge_131`

- Safari: `safari_ios_17.2``safari_ios_17.4.1``safari_ios_16.5``safari_ios_18.1.1`, `safari_15.3``safari_15.5``safari_15.6.1``safari_16``safari_16.5``safari_17.0``safari_17.2.1``safari_17.4.1``safari_17.5``safari_18``safari_18.2`, `safari_ipad_18`

- OkHttp: `okhttp_3.9``okhttp_3.11``okhttp_3.13``okhttp_3.14``okhttp_4.9``okhttp_4.10``okhttp_5`

- Firefox: `firefox_109`, `firefox_117`, `firefox_128`, `firefox_133`
- Firefox: `firefox_109`, `firefox_117`, `firefox_128`, `firefox_133`, `chrome_135`

##### Impersonate OS

- Android: `android`

- iOS: `ios`

- Linux: `linux`

- Mac OS: `macos`

- Windows: `windows`
- `android`, `ios`, `linux`, `macos`, `windows`

#### Examples

Expand Down Expand Up @@ -276,3 +269,7 @@ if __name__ == "__main__":
logging.basicConfig(level=logging.INFO)
asyncio.run(main())
```

## Disclaimer

This tool is for educational purposes only. Use it at your own risk.

0 comments on commit b8e8138

Please sign in to comment.