This Python program, named "WarpOnWarp Generator" facilitates the generation of WarpOnWarp configurations using an API provided by "zeroteam.top." WarpOnWarp is a service that enables users to access the free world internet securely through a singbox/hiddify configuration.
- Generates WarpOnWarp configurations using the API from "zeroteam.top."
- Allows customization of clean IP addresses for enhanced privacy.
- Saves the generated configurations in the
/output
directory.
- Python 3.x
- Requests library (Install using
pip install requests
)
- Clone the repository to your local machine.
git clone https://github.com/drunkleen/warp-on-warp-generator
- Change directory to the project folder.
cd warp-on-warp-generator
- Install the necessary dependencies (
requests
library).
pip install -r requirements.txt
- Run the
warp-on-warp-generator.py
script.
python warp-on-warp-generator.py
- Follow the prompts to customize the configuration, if desired.
- Configurations will be saved in the
/output
directory.
- The program loads a JSON template (
config-template.json
) which serves as the basis for the WarpOnWarp configuration. - It registers two Warp accounts using the API from "zeroteam.top."
- The program then populates the JSON template with the obtained account details.
- Optionally, the user can choose to use custom clean IP addresses for added privacy.
- Finally, the modified JSON configuration is saved in the
/output
directory with a randomly generated filename.
- The program prompts the user if they want to use a custom clean IP address. If selected, the user can input the IP address and port.
- If custom clean IP is not selected, default IP addresses and ports are used.
warp-on-warp-generator.py
: The Python script for generating WarpOnWarp configurations.config-template.json
: Template JSON file for the WarpOnWarp configuration./output
: Directory to store the generated configurations.
- This program is provided as-is, without any warranties. Use it at your own risk.
- Ensure compliance with applicable laws and terms of service when using the generated configurations.
- This program utilizes the API provided by "zeroteam.top" for WarpOnWarp configuration generation.
- This project is licensed under the MIT License.
For any issues or suggestions, feel free to open an issue or submit a pull request. Thank you for using the WarpOnWarp Generator!