A command line tool to read plurk.
Currently in develop.
- Poll plurk information dynamically like Twitter
Build it, and run.
You'll need key.toml
to configure Plurk oauth key.
Usage: plurk [OPTIONS] [COMMAND]
Commands:
gen-key
comet
me
timeline
help Print this message or the help of the given subcommand(s)
Options:
-k, --key-file <KEY_FILE> [default: "/Users/dephilia/Library/Application Support/plurk-cli/key.toml"]
-h, --help Print help information
-V, --version Print version information
The example for key.toml
is:
[consumer]
key = "abcdefg"
secret = "ABCD1234abcdefg"
[oauth_token]
key = ""
secret = ""
The oauth_token field is neglectable, while the cli will help you to update it.
You can also use --gen-key
option to generate the key file.
- A rust plurk library
- More flag, function for cli
MIT