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
Release files for autokakao 0.0.3
For a detailed explanation of source distributions (sdists) and built distributions (wheels), please see the package formats documentation.
Source distribution (sdist)
| File | Size | Uploaded | |
|---|---|---|---|
| autokakao-0.0.3.tar.gz | 3.6 kB | Details |
Built distribution (wheel)
| File | Interpreter | ABI | Platform | Reset |
|---|---|---|---|---|
| autokakao-0.0.3-py3-none-any.whl | Python 3 | none | any | Details |
Total release size: 8.0 kB
Release files / autokakao-0.0.3.tar.gz
| Download URL | autokakao-0.0.3.tar.gz |
|---|---|
| Size | 3.6 kB |
| Tags | Source |
|
SHA-256 checksum How to use checksums |
3a39f9f911c74972a73c8ac024077ff25c180e927032b0de671c891277a1dc71
|
|
BLAKE2b-256 checksum How to use checksums |
38399bb1e384937f3853cfedf8793ca2a8f0c3bb4b9fab1c7c86957a8d9508c9
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
No |
| Uploaded via |
twine/4.0.2 CPython/3.10.4
|
Release files / autokakao-0.0.3-py3-none-any.whl
| Download URL | autokakao-0.0.3-py3-none-any.whl |
|---|---|
| Size | 4.4 kB |
| Tags | Python 3 |
|
SHA-256 checksum How to use checksums |
0f79cb7d77b1428a2574c22b41fb862525cdcc6d263d9f4caafa3db2c8d497f9
|
|
BLAKE2b-256 checksum How to use checksums |
b005974ea8df689494985097e2378153f13e38b46d69a72d272681bd19dd9a85
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
No |
| Uploaded via |
twine/4.0.2 CPython/3.10.4
|