1.1.2 • Published 2 years ago

mistskey v1.1.2

Weekly downloads
-
License
MIT
Repository
-
Last release
2 years ago

About

Misskey.io等、Misskey系統SNS API専用APIラッパーです。

Install

npm i mistskey

How to use

import { Client } from "mistskey"

const client = new Client("globalTimeline")

client.login("Your Access Token")

client.on('ready', () => {
    console.log("Logined at : "+client.i.username)

    client.i.note('MisTsKeyでBotが産声を上げたぞ!')
})

client.on('timelineCreate', async (note) => {

    if(message.message.text.match(/!MisTsKey/)){
       await note.message.reply('やっはろー!')
       await note.renote()
       await note.reaction(":igyo:")
    }

})

License

MIT Licence.

1.1.1

2 years ago

1.1.0

2 years ago

1.1.2

2 years ago

1.0.10

2 years ago

1.0.9

2 years ago

1.0.8

2 years ago

1.0.6

2 years ago

1.0.5

2 years ago

1.0.4

2 years ago

1.0.3

2 years ago

1.0.2

2 years ago

1.0.1

2 years ago

1.0.0

2 years ago