This module is an unofficial API into WeightBot. Right now it’s very simple because WeightBot is simple.
Here’s an example of how you can use it:
from weightbot import WeightBot
from pprint import pprint
wb = WeightBot('me@example.com', 'my_password')
data = wb.get_data()
pprint(data)
And then running that program might result in:
[{'date': datetime.date(2009, 8, 6), 'kilograms': 91.2, 'pounds': 201.1},
{'date': datetime.date(2009, 8, 7), 'kilograms': 90.1, 'pounds': 198.7},
{'date': datetime.date(2009, 8, 8), 'kilograms': 90.0, 'pounds': 198.5},
{'date': datetime.date(2009, 8, 9), 'kilograms': 89.8, 'pounds': 198.0},]
You could also get at the raw csv file by doing wb.get_csv_data.
Hope you enjoy it!
Release files for weightbot 0.1
For a detailed explanation of source distributions (sdists) and built distributions (wheels), please see the package formats documentation.
Source distribution (sdist)
| File | Size | Uploaded | |
|---|---|---|---|
| weightbot-0.1.tar.gz | 2.8 kB | Details |
Release files / weightbot-0.1.tar.gz
| Download URL | weightbot-0.1.tar.gz |
|---|---|
| Size | 2.8 kB |
| Tags | Source |
|
SHA-256 checksum How to use checksums |
bcac937b371a79581f484791a68d922db60b0eddb0c3c572897b948aec2d73fd
|
|
BLAKE2b-256 checksum How to use checksums |
2b50a708729590f943ba0309e9280bd50636407c094afb8caa2cb23c6c7fb163
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
No |