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.0.6.tar.gz
(8.1 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.0.6.tar.gz.
File metadata
- Download URL: KakaoV2-1.0.6.tar.gz
- Upload date:
- Size: 8.1 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/3.4.1 importlib_metadata/4.0.1 pkginfo/1.7.0 requests/2.25.1 requests-toolbelt/0.9.1 tqdm/4.60.0 CPython/3.9.4
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
6f8a741e407c38629f04c019d40f18985922a57fe244f6b6b0eca56760ac72ae
|
|
| MD5 |
f39e364e923a625445c3da94f1c52672
|
|
| BLAKE2b-256 |
a4e1fde027d2cd8c33eeb3a52413794ee4f260bdfa7eb37a9b0766c076c1ee85
|
File details
Details for the file KakaoV2-1.0.6-py3-none-any.whl.
File metadata
- Download URL: KakaoV2-1.0.6-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.0.1 pkginfo/1.7.0 requests/2.25.1 requests-toolbelt/0.9.1 tqdm/4.60.0 CPython/3.9.4
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
5e99d83aa1837ac78ba9a3b607f0a711c168fd77146792a10b671b0147d46675
|
|
| MD5 |
092ab9897fd2b324721778331138cf1d
|
|
| BLAKE2b-256 |
5fe2774b820d02e7bcf1b4fec05dabef6f325c8236686de348b92e0aff661153
|