Kakaotalk Automation tool for windows
Project description
pyautokakao
KakaoTalk automation tool for Windows
Installation
pip install pyautokakao
Usage
You should start kakaotalk before.
Chat room name should be exactly the same. (Unexpected behavior)
import pyautokakao
# Read Chat
log = pyautokakao.read("Chat room name")
print(log)
# Send Chat
pyautokakao.send("Chat room name", "message")
# Add to friends
pyautokakao.add_friend("friend name(you determine)", "phone number")
# Invite friend to existing room
pyautokakao.invite("Chat room name", ["friend name 1","friend name 2",])
# Make new chat room
pyautokakao.make_room("Chat room name", ["friend name 1","friend name 2",])
Project details
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
pyautokakao-0.0.3.tar.gz
(10.1 kB
view details)
File details
Details for the file pyautokakao-0.0.3.tar.gz.
File metadata
- Download URL: pyautokakao-0.0.3.tar.gz
- Upload date:
- Size: 10.1 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/4.0.2 CPython/3.10.9
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
39c0bbede137de110b9daa4c9abbae153fa1cd3b6dcd39e45351b1d5a42016d2
|
|
| MD5 |
4ce00dcc00b71eadb3455dcbdfbc5112
|
|
| BLAKE2b-256 |
04a3babb320c6067f2e29eae6baf59339dee76468061e51bfc74254a564c36aa
|