Kakaotalk LOCO/HTTP API protocol wrapper for python.
Project description
KakaoV2
KakaoV2 is Kakaotalk LOCO/HTTP API protocol wrapper for python.
Introduction
Loco protocol compatible python library This is discord.py style.
Quick Start
import KakaoV2
client = KakaoV2.Client(device_uuid="DeviceUUID")
@client.event
async def on_ready():
print("Ready!")
@client.event
async def on_message(msg):
print(msg.content, msg.author)
await msg.reply("TEXT")
await msg.send("TEXT")
client.run("ID", "PW")
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
KakaoV2-1.1.0.tar.gz
(8.0 kB
view details)
Built Distribution
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
File details
Details for the file KakaoV2-1.1.0.tar.gz.
File metadata
- Download URL: KakaoV2-1.1.0.tar.gz
- Upload date:
- Size: 8.0 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/3.4.1 importlib_metadata/4.5.0 pkginfo/1.7.0 requests/2.25.1 requests-toolbelt/0.9.1 tqdm/4.61.1 CPython/3.8.8
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
24257622ca63d41f8d67e60824158b00745e900fb5ad79fd26f803cb8671b642
|
|
| MD5 |
ff72057cff5d10d9cc0b4eb73a9c6b15
|
|
| BLAKE2b-256 |
27f3d3ca26638436ced62ebd94c3654f68bebcfd06b28fc22bf6982e2157a2c1
|
File details
Details for the file KakaoV2-1.1.0-py3-none-any.whl.
File metadata
- Download URL: KakaoV2-1.1.0-py3-none-any.whl
- Upload date:
- Size: 9.6 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/3.4.1 importlib_metadata/4.5.0 pkginfo/1.7.0 requests/2.25.1 requests-toolbelt/0.9.1 tqdm/4.61.1 CPython/3.8.8
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
de9b977560374eac93c96c5dd42861d19207f305d84366b1b8a76a930cf9d7c5
|
|
| MD5 |
52b0d4dc2aedc2ecf590e8ee4a474aac
|
|
| BLAKE2b-256 |
c7ccce4a0ffc875e2fcdf86aee5a393814f93b3c7256ee9b8bb34fb5b4f6b2b2
|