A Simple Kakaotalk Automation Wrapper.
Project description
Automation Kakao for Mac
Kakaotalk open chatting room and send message automatically with applescript.
API
First import package.
from autokakao.wrapper import KakaoAutomation
Open kakao application manually
kakao = KakaoAutomation()
kakao.open_kakao()
Open chat room with chat room name
kakao = KakaoAutomation()
kakao.open_chatroom("CHATROOM NAME")
Write a message to send
kakao = KakaoAutomation()
kakao.write_message("YOUR MESSAGE")
Example
from autokakao.wrapper import KakaoAutomation
kakao = KakaoAutomation()
kakao.open_kakao()
kakao.open_chatroom("윤서준")
for i in range(1000):
kakao.write_message("윤서준 바보")
Installation
pip install autokakao
License
MIT
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
autokakao-0.0.3.tar.gz
(3.6 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 autokakao-0.0.3.tar.gz.
File metadata
- Download URL: autokakao-0.0.3.tar.gz
- Upload date:
- Size: 3.6 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/4.0.2 CPython/3.10.4
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
3a39f9f911c74972a73c8ac024077ff25c180e927032b0de671c891277a1dc71
|
|
| MD5 |
f407e0827c75c3649428eb31782e29c7
|
|
| BLAKE2b-256 |
38399bb1e384937f3853cfedf8793ca2a8f0c3bb4b9fab1c7c86957a8d9508c9
|
File details
Details for the file autokakao-0.0.3-py3-none-any.whl.
File metadata
- Download URL: autokakao-0.0.3-py3-none-any.whl
- Upload date:
- Size: 4.4 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/4.0.2 CPython/3.10.4
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
0f79cb7d77b1428a2574c22b41fb862525cdcc6d263d9f4caafa3db2c8d497f9
|
|
| MD5 |
65035dfea0c558cda6d273e7dbae2350
|
|
| BLAKE2b-256 |
b005974ea8df689494985097e2378153f13e38b46d69a72d272681bd19dd9a85
|