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-0.0.5.tar.gz
(7.9 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-0.0.5.tar.gz.
File metadata
- Download URL: KakaoV2-0.0.5.tar.gz
- Upload date:
- Size: 7.9 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 |
9f223623abd50932b78373f98a7e1227e3b88d0569359e490e3e5f09549a7732
|
|
| MD5 |
382e3350071db2648c24fe4d003a6d5d
|
|
| BLAKE2b-256 |
e2eefc27b8eedf9ab0b669a5017006ae990c29bc136f245d47fcb19db49b5057
|
File details
Details for the file KakaoV2-0.0.5-py3-none-any.whl.
File metadata
- Download URL: KakaoV2-0.0.5-py3-none-any.whl
- Upload date:
- Size: 9.5 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 |
6bb58b8c3d2e3bade86f3a0fff49432f366aac0dbf3823d0ec1bbabd7a052004
|
|
| MD5 |
e4eeb1b69fa1aedc4a717a8ca87f9a98
|
|
| BLAKE2b-256 |
c07c788ecca07f5b6655746bb091284b6d67ceacfd57a2216a3f01a562b919a6
|