You can directly access Warp KEY from the following URL (Update data every hour):
- https://raw.githubusercontent.com/geeklinux-io/warpkey/main/data/lite
- https://raw.githubusercontent.com/geeklinux-io/warpkey/main/data/full
You can also obtain it through my GitHub Pages:CloudFlare WARP Key (geeklinux-io.github.io)
Make sure you have Go installed. You can download and install Go from the official Go website.
Clone this repository to your local environment:
git clone https://github.com/geeklinux-io/warpkey.git
cd warpkey
If needed, you can edit the main.go
file to adjust configurations.
Once the Go environment is set up, you can use the following command to package the application:
chmod a+x build.sh
./build.sh
You can find the program you have compiled in the ./build
directory under the current directory.
The tool will collect keys from Telegram and save them in the ./data
directory under the current directory.
If you want to request the CloudFlare Key through a specific Socket or HTTP proxy, you can use the -- proxy parameter. Of course, you can also use the program - h to view specific usage help
You can use crontab to schedule tasks to execute the update.sh
script in your project and submit the updates to your GitHub repository
This project is licensed under the MIT License. For more details, please see the LICENSE file.