THM public API wrapper
Project description
thmapi
Python wrapper for TryHackMe API
Installation
pip install thmapi
Usage
from thmapi import THM
creds = {
'username': '<USERNAME>',
'password': '<PASSWORD'
}
thm = THM(credentials=creds) # Logging in is optional
thm.get_stats() # {'publicRooms': 203, 'totalUsers': 88017, 'cloneableRooms': 967}
Contributing
You're welcome to create Issues/Pull Requests with features you'd want to see
License
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
thmapi-0.8.0.tar.gz
(6.1 kB
view details)
Built Distribution
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
thmapi-0.8.0-py3-none-any.whl
(10.4 kB
view details)
File details
Details for the file thmapi-0.8.0.tar.gz.
File metadata
- Download URL: thmapi-0.8.0.tar.gz
- Upload date:
- Size: 6.1 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/3.1.1 pkginfo/1.5.0.1 requests/2.23.0 setuptools/47.1.1 requests-toolbelt/0.9.1 tqdm/4.46.0 CPython/3.8.3
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
4832a19ecb68525c42f7ca7ce2aeb8ceae2b72f849aeb9cef54882fea2b106c3
|
|
| MD5 |
e5b01563ff049a1140b5e9168a85ae0e
|
|
| BLAKE2b-256 |
25bf477cb0bd6d544ac3fdcc8498c9f2766ca22cbe16f9784b019eace0b3d20e
|
File details
Details for the file thmapi-0.8.0-py3-none-any.whl.
File metadata
- Download URL: thmapi-0.8.0-py3-none-any.whl
- Upload date:
- Size: 10.4 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/3.1.1 pkginfo/1.5.0.1 requests/2.23.0 setuptools/47.1.1 requests-toolbelt/0.9.1 tqdm/4.46.0 CPython/3.8.3
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
e5bdfcce5dd801273b5b37eb71c509de2cf90be39407b75bf04fd3947261cdee
|
|
| MD5 |
8a77d55826e1a18279eb723ab281a3f3
|
|
| BLAKE2b-256 |
0b41d7e960dacc97d29069504444b70a2671add984af0bcfd996e6489166220e
|