A simple async license key generator for warp vpn!😎
- Python 3.9+
- aiohttp (
pip install aiohttp
)
from aiohttp import ClientSession
from warp import WarpKeyGenerator
async def main():
async with ClientSession() as session:
key_gen = WarpKeyGenerator(session)
print(await key_gen.generate_key())