https://github.com/samimifar/warp-plus
a Python script to get free WARP+ data
https://github.com/samimifar/warp-plus
python3
Last synced: about 1 year ago
JSON representation
a Python script to get free WARP+ data
- Host: GitHub
- URL: https://github.com/samimifar/warp-plus
- Owner: samimifar
- License: gpl-3.0
- Created: 2020-03-21T23:54:23.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2020-03-24T14:55:44.000Z (over 6 years ago)
- Last Synced: 2025-03-26T16:19:13.227Z (over 1 year ago)
- Topics: python3
- Language: Python
- Size: 29.3 KB
- Stars: 25
- Watchers: 3
- Forks: 10
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# warp-plus
a Python script to get free WARP+ data
### How to use
To use this script, make sure have `python` package installed on your device.
You can use this script on your PC, VPS, or your android smart phone(using __Termux__).
This script uses `requests` package, so you have to install it first:
For __Termux__ :
```shell
pkg install python git && pip install requests
```
#### if you want to use this script on your PC or VPS, install `python` and `git` package using your package manager and then run `pip install requests`
Now clone the git on your device:
```shell
git clone https://github.com/samimifar/warp-plus.git
```
Finally, Run the script:
```shell
cd warp-plus/
python3 warp-plus.py
```
notice: You can find your user-id in the `1.1.1.1 App` settings in the Diagnostics menu.
If there wasn't `user-id`, first enable WARP mode and then try again.
[](https://warp-plus.samimifar.repl.run)