cli package¶
python -m mindreader.cli¶
python -m mindreader.cli [OPTIONS] COMMAND [ARGS]...
get-result¶
python -m mindreader.cli get-result [OPTIONS] USER_ID SNAPSHOT_ID RESULT_NAME
Options
-
-h,--host<host>¶ API host
-
-p,--port<port>¶ API port
-
-s,--save<save>¶ Path to save the data received
Arguments
-
USER_ID¶ Required argument
-
SNAPSHOT_ID¶ Required argument
-
RESULT_NAME¶ Required argument
get-snapshot¶
python -m mindreader.cli get-snapshot [OPTIONS] USER_ID SNAPSHOT_ID
Options
-
-h,--host<host>¶ API host
-
-p,--port<port>¶ API port
Arguments
-
USER_ID¶ Required argument
-
SNAPSHOT_ID¶ Required argument
get-snapshots¶
python -m mindreader.cli get-snapshots [OPTIONS] USER_ID
Options
-
-h,--host<host>¶ API host
-
-p,--port<port>¶ API port
Arguments
-
USER_ID¶ Required argument