Skip to main content

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


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)

Uploaded Source

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page