Python wrapper around mullvad api
Project description
MullvadAPI
Python wrapper around Mullvad api
Installation
pip install mullvad_api
QuickStart
>>> from mullvad_api import MullvadAPI
>>> mullvad = MullvadAPI()
>>> mullvad.data.keys() # List Mullvad API keys
>>> mullvad.data["mullvad_exit_ip"] # Check if Mullvad VPN is active
True
>>> mullvad.data["ip"] # Check exit ip address
'89.46.62.92'
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
mullvad_api-1.0.0.tar.gz
(1.8 kB
view hashes)
Built Distribution
Close
Hashes for mullvad_api-1.0.0-py3-none-any.whl
Algorithm | Hash digest | |
---|---|---|
SHA256 | 3034225899e36fcee6ca5ad175ea4237c59d458bd764b2c6b6974d28677ee54c |
|
MD5 | 212f8ed6cec90e461612c57afae6b852 |
|
BLAKE2b-256 | 70b2bff06bcfa11c271dd6b4a0264d724aa39db8f4ef311001147d52da201817 |