Python wrapper around nextcloud monitor api
Project description
NextcloudMonitor
Python wrapper around Nextcloud monitor api
Installation
pip install nextcloudmonitor
QuickStart
>>> from nextcloudmonitor import NextcloudMonitor
>>> ncm = NextcloudMonitor("https://your_nextcloud_url", "nextcloud_admin_username", "nextcloud_app_password")
>>> ncm.data['nextcloud']['system']['version']
'16.0.5.1'
>>> ncm.data['activeUsers']['last24hours']
1
Notes:
- The user must be a user that has access to the nextcloud monitor api (generally an admin user)
- The nextcloud app password should be generated from the nextcoud security settings page.
Change Log
- v1.0.0 : Initial Release
- v1.1.0 : Added basic error handling for api errors
- v1.2.0 : Allow ssl verification bypass
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
nextcloudmonitor-1.2.0.tar.gz
(2.1 kB
view hashes)
Built Distribution
Close
Hashes for nextcloudmonitor-1.2.0-py3-none-any.whl
Algorithm | Hash digest | |
---|---|---|
SHA256 | 30f5375ecdb4b90ffd47d30a15c7d728a7f54b9dcaedff93daf87d338ce232ec |
|
MD5 | 405a47d66ece660a98ad3c6792a4d985 |
|
BLAKE2b-256 | 13c444fc2dbf44295df061422ba52913bc148dd18f83d91ed10e8e4b5484faf8 |