Skip to content
This repository has been archived by the owner on Oct 23, 2023. It is now read-only.

Dephilia/plurk-cli

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

16 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

plurk-cli

A command line tool to read plurk.

Currently in develop.

Feature

  • Poll plurk information dynamically like Twitter

Usage

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.

TODO

  • A rust plurk library
  • More flag, function for cli

License

MIT