plurk
Installation
SKILL.md
Plurk Skill
Interact with Plurk via the Plurk API 2.0.
Prerequisites
Set these env vars before using this skill:
export PLURK_APP_KEY="your_consumer_key"
export PLURK_APP_SECRET="your_consumer_secret"
export PLURK_AUTH_TOKEN="your_access_token"
export PLURK_AUTH_SECRET="your_access_secret"
Script
All operations go through scripts/plurk.py. Run from the repo root: