captchaAPI:生成验证码的Flask API

时间:2024-05-19 17:46:59
【文件属性】:

文件名称:captchaAPI:生成验证码的Flask API

文件大小:3.15MB

文件格式:ZIP

更新时间:2024-05-19 17:46:59

javascript css python html api

验证码API 信息 我创建了此API,因此可以将其与一起使用,并且我决定将其公开(开源)。 该API在 (特别是 )上运行。 如果您遇到问题,请告诉我们,矛盾也可以解决。 (ammar#0443) 用法 包装纸 手动使用 只需向API端点发出HTTP get请求,并将其视为JSON。 import requests response = requests . get ( 'https://ammarsysdev.pythonanywhere/api/img' ). json () print ( response [ "solution" ], response [ "url" ]) 或者,如果您想要异步请求 import aiohttp import asyncio async def main (): async with aiohttp . ClientSession (


【文件预览】:
captchaAPI-main
----main.py(5KB)
----requirements.txt(61B)
----examples()
--------js_example()
--------example.py(136B)
----LICENSE(11KB)
----fonts()
--------lower()
--------upper()
----README.md(2KB)
----cryptography()
--------decrypt.py(192B)
--------encrypt.py(191B)
----templates()
--------example.html(2KB)
--------index.html(3KB)
--------docs.html(3KB)
--------invalid_usage.html(734B)
--------404pg.html(680B)

网友评论