thm-api-py:Python THM公共API包装器

时间:2021-05-27 05:16:04
【文件属性】:
文件名称:thm-api-py:Python THM公共API包装器
文件大小:10KB
文件格式:ZIP
更新时间:2021-05-27 05:16:04
python tryhackme Python API Py 用于TryHackMe公共API的Python包装器由官方赞助和附属 安装 pip install thmapi 用法 from thmapi import THM creds = { 'username' : '' , 'password' : '<PASSWORD' } thm = THM ( credentials = creds ) # Logging in is optional thm . get_stats () # {'publicRooms': 203, 'totalUsers': 88017, 'cloneableRooms': 967} 贡献 欢迎您使用您要查看的功能来创建“问题/拉动请求” 执照
【文件预览】:
thm-api-py-master
----setup.py(904B)
----.gitignore(2KB)
----requirements.txt(78B)
----thmapi()
--------team.py(231B)
--------user.py(2KB)
--------__init__.py(969B)
--------leaderboard.py(696B)
--------koth.py(773B)
--------stats.py(283B)
--------util.py(3KB)
--------instance.py(2KB)
--------room.py(4KB)
--------auth.py(1KB)
----LICENSE(1KB)
----README.md(837B)

网友评论