Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/storycraft/node-kakao
- Owner: storycraft
- License: mit
- Created: 2019-10-30T15:06:04.000Z (about 5 years ago)
- Default Branch: stable
- Last Pushed: 2023-11-11T10:40:32.000Z (about 1 year ago)
- Last Synced: 2024-10-30T01:38:18.859Z (about 2 months ago)
- Topics: chat-protocol, kakaotalk, kakaotalk-client, loco-protocol, node-kakao
- Language: TypeScript
- Homepage:
- Size: 30.3 MB
- Stars: 411
- Watchers: 22
- Forks: 115
- Open Issues: 10
-
Metadata Files:
- Readme: readme.md
- License: LICENSE
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/)