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
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.
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.