Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/storycraft/node-kakao

Loco protocol compatible library
https://github.com/storycraft/node-kakao

chat-protocol kakaotalk kakaotalk-client loco-protocol node-kakao

Last synced: 7 days ago
JSON representation

Loco protocol compatible library

Awesome Lists containing this project

README

        

[![npm version](https://badge.fury.io/js/node-kakao.svg)](https://www.npmjs.com/package/node-kakao)
[![CodeFactor](https://www.codefactor.io/repository/github/storycraft/node-kakao/badge)](https://www.codefactor.io/repository/github/storycraft/node-kakao)
[![Not Maintained](https://img.shields.io/badge/Maintenance%20Level-Not%20Maintained-yellow.svg)](https://gist.github.com/cheerfulstoic/d107229326a01ff0f333a1d3476e068d)
# NodeKakao - Loco protocol compatible library

~~ES Module & Deno~~
Supporting dropped.
```typescript
import * as NodeKakao from "https://cdn.skypack.dev/node-kakao?dts";
```

Node
```
npm i --save node-kakao
```

> This implemention can stop working anytime.

## Warning
Abusing this client can cause permanent service restriction.

## Example
See `examples` folder. Examples are written in typescript.

## Documentation
[TypeDoc](https://storycraft.github.io/node-kakao/)

## Migrating from v3
See `migration-v3.md`

## License
node-kakao is following MIT License.
See `LICENSE` for full text.

## Basic Reference
[pykakao](https://github.com/hallazzang/pykakao/)(hallazzang)
[pykakao](https://github.com/ssut/pykakao)(ssut)
- [[KakaoTalk+] LOCO 프로토콜 분석 (1)](http://www.bpak.org/blog/2012/12/kakaotalk-loco-프로토콜-분석-1/)
- [[KakaoTalk+] LOCO 프로토콜 분석 (2)](http://www.bpak.org/blog/2012/12/kakaotalk-loco-프로토콜-분석-2/)
- [[KakaoTalk+] LOCO 프로토콜 분석 (3)](http://www.bpak.org/blog/2012/12/kakaotalk-loco-프로토콜-분석-3/)
- [[KakaoTalk+] LOCO 프로토콜 분석 (4)](http://www.bpak.org/blog/2012/12/kakaotalk-loco-프로토콜-분석-4/)
- [[KakaoTalkPC] 카카오톡 PC 버전 분석 (1)](https://www.bpak.org/blog/2013/08/kakaotalkpc-카카오톡-pc-버전-분석-1/)