Very simple kakaotalk LOCO/HTTP API protocol wrapper for python.
Project description
kakao.py
kakao.py is a very simple kakaotalk LOCO/HTTP API protocol wrapper for python.
Introduction
Loco protocol compatible python library
This is discord.py style rewritten version of KakaoBot.
DO NOT USE IN ABUSING. ABUSING CAN CAUSE PERMANENT SERVICE RESTRICTION.
Quick Start
import kakao
class Myclass(kakao.Client):
async def onReady(self):
print("Logged on")
async def onMessage(self, chat):
if chat.message == "ping":
await chat.reply("pong!")
kakao.check_reg("LoginId", "LoginPw")
client = Myclass("LoginId", "LoginPw")
client.run()
Thanks to (Forked from)
ksaidev/KakaoBot (Commit 8df8cf3)
License
MIT Licence
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
kakao.py-0.1.3.tar.gz
(11.4 kB
view hashes)
Built Distribution
kakao.py-0.1.3-py3-none-any.whl
(12.9 kB
view hashes)