Skip to content
This repository has been archived by the owner on Jul 13, 2023. It is now read-only.
/ WarpKeyGen Public archive

A simple async license key generator for warp vpn!😎

Notifications You must be signed in to change notification settings

netstrrex/WarpKeyGen

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 

Repository files navigation

WarpKeyGen

A simple async license key generator for warp vpn!😎

Dependencies⚙️

  • Python 3.9+
  • aiohttp (pip install aiohttp)

How to use it🤔

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())

Result✅

About

A simple async license key generator for warp vpn!😎

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages