![simple-logo.png](https://steemitimages.com/640x0/https://cdn.steemitimages.com/DQme6mKoTaoCks9toFzCBKAriFYw6vLysJvXeQDuM7cWw4a/simple-logo.png)
Wanting a simplified way to post git commit log summaries to my blog, I created a basic Java CLI client for this purpose.
The code
https://github.com/muksihs/SteemCliPoster
Use "gradle build fatjar" to build the client.
Basic usage
java -jar build/libs/SteemCliPoster.jar --auth-file ~/.steem/far-horizons.properties --file test-post.txt
Authority File format
Where the auth-file is formatted as:
accountName=your account name
postingKey=your private posting key
Message file format
And the message file to be posted is formatted as:
title: Test post from the "SteemCliPoster" Java App
tags: test steemdev java steemj
format: markdown
This is a test post from the "SteemCliPoster" Java App.
WARNING
If you are posting "pre-escaped content", be sure to add "--no-escape" to the cli options!
Hi @muksihs!
Your post was upvoted by @steem-ua, new Steem dApp, using UserAuthority for algorithmic post curation!
Your UA account score is currently 2.044 which ranks you at #23544 across all Steem accounts.
Your rank has dropped 32 places in the last three days (old rank 23512).
In our last Algorithmic Curation Round, consisting of 450 contributions, your post is ranked at #406.
Evaluation of your UA score:
Feel free to join our @steem-ua Discord server
Downvoting a post can decrease pending rewards and make it less visible. Common reasons:
Submit