Skip to main content

VALVE-Server Queries(now for L4D2)

Project description

VALVE-Server Queries

✨基于与求生之路2服务器协议,一款可以查询求生服务器状态的库✨ ✨Based on the agreement with the Left 4 Dead 2 server, a library that can query the status of the survival server.✨

pip安装

    pip install VSQ

使用

函数包括

    get_server_info # 总信息 -> dict
    header, protocol, name, map_, folder, game, appid, players, max_players, bots, server_type, environment, visibility, vac, version, edf
    # 分别代表服务器返回的参数

示例代码

如果我想要获取服务器名字
    from VSQ import l4d2
    ip:str = '127.0.0.1' 
    port:int = 20715 
    name = l4d2.name(ip,port)
    print(name)

联系我

email:Z735803792@163.com

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

VSQ-0.0.1.tar.gz (16.5 kB view hashes)

Uploaded Source

Built Distribution

VSQ-0.0.1-py3-none-any.whl (16.7 kB view hashes)

Uploaded Python 3

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page