SkillAgentSearch skills...

Pyskey

A python rapper library for misskey!

Install / Use

/learn @nennneko5787/Pyskey
About this skill

Quality Score

0/100

Supported Platforms

Universal

README

<div align="center"> English | <a href="README_ja.md">日本語</a> <img src="https://i.imgur.com/EXCJv2Z.png" alt="Pyskey"></img> A python rapper library for misskey! </div> <hr>

[!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

View on GitHub
GitHub Stars6
CategoryDevelopment
Updated3mo ago
Forks0

Languages

Python

Security Score

87/100

Audited on Dec 18, 2025

No findings