API for authenticating modem users with bolt account.
Project description
API for authenticating modem users with bolt account:
from pyboltz.boltz import Boltz bolt = Boltz("bolt modem phone number", "password") if bolt.authenticate(): print("authentication success !") # profile bolt account if bolt.myprofile(): print(bolt.data_post()) print(bolt.get_profile()) else: print("authentication failed !")
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
python-boltz-0.0.1.tar.gz
(7.7 kB
view hashes)