tgasyncproxy:处理同步请求并以恒定速率异步发送它们

时间:2024-03-12 03:21:17
【文件属性】:

文件名称:tgasyncproxy:处理同步请求并以恒定速率异步发送它们

文件大小:4KB

文件格式:ZIP

更新时间:2024-03-12 03:21:17

Python

异步代理 处理同步请求并以恒定速率异步发送 安装 cd ~ git clone https://github.com/SlavikMIPT/tgasyncproxy.git cd tgasyncproxy pip3 install -r requirements.txt 服务器 --size最大队列大小 --rps每秒的请求 --host主机地址 --port端口地址 python3 async_proxy.py --size 1000 --rps 10 --host 127.0.0.1 --port 8081 客户 --id聊天ID --url -API网址 --token机器人令牌 --rps每秒的请求 python3 examples/client_flood.py --id 1234567 --url http://127.0.0.1:8081 --token 1234567:x


【文件预览】:
tgasyncproxy-master
----requirements.txt(7B)
----async_proxy.py(2KB)
----examples()
--------__init__.py(0B)
--------client_flood.py(2KB)
----README.md(692B)
----tests()
--------__init__.py(0B)
--------tests.py(411B)

网友评论