Stack is: Fluent, Telegraph.Net, LiteDB and Json.NET.
Requirements:
... a command-line app to access all of the telegra.ph functions available in the API here https://telegra.ph/api
Thank you!
[EDIT]
To make even more simple would be a way to create an account, post and edit pages.
-c.gingerich
Shaping as:
-a, --action <API method>
===
Create account:
-a createAccount
-s, --short-name
[-n, --author-name]
[-u, --author-url]
===
Create page:
-a createPage [-s, --short-name]
[-k, --access-token]
-t, --title
[-n, --author-name]
[-u, --author-url]
-c, --content
[-r, --return-content]
===
Edit page:
-a editPage [-s, --short-name]
[-k, --access-token]
-p, --path
-t, --title
-c, --content
[-n, --author-name]
[-u, --author-url]
[-r, --return-content]
===
-l, --list
List all managed accounts in the database.
===
-d, --dump <file path>
Dumps all accounts to passed file.
===
"Short name" being used as account key to auto-fill optional parameters when not provided.