Pyskey
A python rapper library for misskey!
Install / Use
/learn @nennneko5787/PyskeyREADME
[!WARNING] This library is currently in beta. If you encounter a bug, please post the issue.
[!NOTE] This README.md (English version) partly uses DeepL. (also in this text).
How to use this module
(in shell / command prompt)
pip install git+https://github.com/nennneko5787/pyskey
(in requirements.txt)
git+https://github.com/nennneko5787/pyskey
example scripts
(get_me.py)
import pyskey
misskey = pyskey.Client(address="misskey.example.com", token="xxxxxxxxxx")
@misskey.event
async def on_ready():
print(f"{misskey.me.name} ( {misskey.me.username} ) にログインしました")
for _note in misskey.me.pinnedNotes:
print(_note)
misskey.run()
The other samples are in the example folder.
Related Skills
node-connect
346.8kDiagnose OpenClaw node connection and pairing failures for Android, iOS, and macOS companion apps
claude-opus-4-5-migration
107.6kMigrate prompts and code from Claude Sonnet 4.0, Sonnet 4.5, or Opus 4.1 to Opus 4.5
frontend-design
107.6kCreate distinctive, production-grade frontend interfaces with high design quality. Use this skill when the user asks to build web components, pages, or applications. Generates creative, polished code that avoids generic AI aesthetics.
model-usage
346.8kUse CodexBar CLI local cost usage to summarize per-model usage for Codex or Claude, including the current (most recent) model or a full model breakdown. Trigger when asked for model-level usage/cost data from codexbar, or when you need a scriptable per-model summary from codexbar cost JSON.
