Ivan-Johnson / LifeLogServer

A DIY life tracking app
0 stars 0 forks source link

Make sample client side python scripts #8

Closed Ivan-Johnson closed 4 years ago

Ivan-Johnson commented 4 years ago

Create python scripts for recording new weight data, and querying old weight data.

Ivan-Johnson commented 4 years ago

The script should accept data from command line arguments. e.g.

python ./record_data.py --weight=123 --datetime=now

If insufficient data is provided, it should query the user interactively. If the script is being run on iOS in Pythonista, it should do this graphically. Otherwise, it should be done with standard in and out.

Ivan-Johnson commented 4 years ago

As per issue #10, client side code is now outside the scope of this repository.