castlelemongrab / parlance

A minimum-dependency ECMAScript client library and CLI tool for Parler – a "free speech" social network that accepts real money to buy "influence" points to boost organic non-advertising content
Other
68 stars 9 forks source link

Add reparenting/UUID expansion options, raw output option #25

Closed castle-lemongrab closed 4 years ago

castle-lemongrab commented 4 years ago

Code is in master that expands UUID references to posts (i.e. root/parent in an echo context), creators, and links – among other things.

Provide command-line arguments that can enable/disable this expansion. It's useful in most cases, but some cases (e.g. posts for a fixed user), expansion of the creator profile just bloats the output.

Finally, add an option to just dump the raw JSON API output, without any transformation or reduction whatsoever.

castle-lemongrab commented 4 years ago

Still needs raw JSON output. Twelve units. One hour dungeon, no trials.

castle-lemongrab commented 4 years ago

Split raw (unmodified) JSON output out to issue #29. Issue is acceptable; closing.