Skip to content

Instantly share code, notes, and snippets.

View PDePanchito's full-sized avatar

Francisco PDePanchito

View GitHub Profile
@app.post("/generate-token")
async def generate_token(data: TokenData):
print("GOT A CODE! GENERATING TOKEN")
new_instance = AsyncCamoufox(
humanize=True,
headless=True,
geoip=True,
main_world_eval=True,
os="linux",
)