Skip to main content

A package for accessing the Weenect-GPS api

Project description

Weenect-GPS-requests

Python library for interacting with Weenect GPS api. No liability is accepted for the use of this code - it was reverse engineered for use in a personal project.

Installation

pip install weenect-gps-api

Usage

import weenect

username = 'john.appleseed@domain.com',
password = 'p4ssw0rd'

web = weenect.webAPI(username,password)

#returns requests.Response object
r = web.getTrackers()
print(r.status_code)
print(r.json())

web.logout()

If you have any problems, open an issue and I'll help you out

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

weenect-gps-api-1.2.0.tar.gz (4.2 kB view hashes)

Uploaded Source

Built Distribution

weenect_gps_api-1.2.0-py3-none-any.whl (4.7 kB view hashes)

Uploaded Python 3

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