Skip to content

Latest commit

 

History

History
21 lines (16 loc) · 406 Bytes

README.md

File metadata and controls

21 lines (16 loc) · 406 Bytes

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'