https://github.com/chickenzord/plurk-cli
Command line tools for Plurk
https://github.com/chickenzord/plurk-cli
Last synced: 7 months ago
JSON representation
Command line tools for Plurk
- Host: GitHub
- URL: https://github.com/chickenzord/plurk-cli
- Owner: chickenzord
- License: mit
- Created: 2016-03-07T16:18:46.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2016-03-29T03:12:58.000Z (over 9 years ago)
- Last Synced: 2025-02-02T01:42:27.399Z (9 months ago)
- Language: Python
- Size: 5.86 KB
- Stars: 5
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# plurk-cli
Command line tools for PlurkNot available on Pip yet.
# Configuration
You can set these in environment variables, or by creating `.env` in the project
root.```
PLURK_APP_KEY=
PLURK_APP_SECRET=
PLURK_TOKEN=
PLURK_TOKEN_SECRET=
```Get yourself a key on http://www.plurk.com/PlurkApp/
# How to use
Run `plurk-cli --help` or `plurk-cli --help` for more information.
Some sample commands:
```
plurk-cli whoami
plurk-cli whois akhy
plurk-cli update-profile --display-name "Chick~en~Ciel"
plurk-cli post "Hello World!"
```# Feature plans
- Complete Plurk API support
- Redis caching
- DSL for composing several commands together